1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 00:26:43 +00:00
This commit is contained in:
2020-06-14 21:12:22 +08:00
parent b979373cbd
commit 4a2bf436c7
6 changed files with 181 additions and 7 deletions

View File

@@ -8,12 +8,6 @@ import (
"net/http"
)
type Configuration struct {
KafkaBrokers []string `json:"kafkaBrokers"`
KafkaTopic string `json:"kafkaTopic"`
SchedulerPolicy string `json:"schedulerPolicy"`
}
type Job struct {
ID int `json:"id"`
Name string `json:"name"`