package interfaces type NodeConfigService interface { Init() error Reload() error GetBasicNodeInfo() Entity GetNodeKey() string GetNodeName() string IsMaster() bool GetAuthKey() string GetMaxRunners() int }