agent_api/config_manager/config_manager.go
jackdaw@loafle.com d444ac72de .
2017-04-27 14:58:34 +09:00

8 lines
120 B
Go

package config_manager
type ConfigManager interface {
GetGlobalConfig() GlobalConfig
GetCrawler(id string) Config
}