update config

This commit is contained in:
yuzuki999
2022-06-04 16:59:10 +08:00
parent 12e0e86979
commit a4127588f7
5 changed files with 24 additions and 27 deletions

View File

@@ -16,7 +16,7 @@ type Config struct {
}
type NodesConfig struct {
PanelType string `mapstructure:"PanelType"`
//PanelType string `mapstructure:"PanelType"`
ApiConfig *api.Config `mapstructure:"ApiConfig"`
ControllerConfig *controller.Config `mapstructure:"ControllerConfig"`
}