mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-04-01 18:15:54 +02:00
Backup commit
This commit is contained in:
parent
a5fdccc764
commit
18376aa64b
@ -9,6 +9,7 @@ import (
|
|||||||
|
|
||||||
"github.com/ClusterCockpit/cc-backend/internal/config"
|
"github.com/ClusterCockpit/cc-backend/internal/config"
|
||||||
"github.com/ClusterCockpit/cc-backend/pkg/log"
|
"github.com/ClusterCockpit/cc-backend/pkg/log"
|
||||||
|
"github.com/ClusterCockpit/cc-backend/pkg/schema"
|
||||||
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
|
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
|
||||||
"github.com/ClusterCockpit/cc-lib/sinks"
|
"github.com/ClusterCockpit/cc-lib/sinks"
|
||||||
)
|
)
|
||||||
@ -51,5 +52,6 @@ func Shutdown() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func forwardJob() {
|
func forwardJob(job schema.BaseJob) {
|
||||||
|
payload := lp.NewEvent("start_job", nil , meta map[string]string, event string, tm time.Time)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user