Migrate cluster to use Server struct directly. (#10101)

Этот коммит содержится в:
Christopher Speller
2019-01-15 09:09:25 -08:00
коммит произвёл GitHub
родитель 004e7d383b
Коммит ae76d27b7d
6 изменённых файлов: 33 добавлений и 17 удалений

Просмотреть файл

@@ -47,6 +47,7 @@ func runServer(configFileLocation string, disableConfigWatch bool, usedPlatform
options := []app.Option{
app.ConfigFile(configFileLocation),
app.RunJobs,
app.JoinCluster,
}
if disableConfigWatch {
options = append(options, app.DisableConfigWatch)