func createPeriodFromInput(conf *config.Input) { cache.Set(cache.FormatKey("System", "Period", conf.Id), conf.Period) }
func LoadBaseData() { cache.Set("Relation:1", []string{"1", "2", "3", "4", "5"}) cache.Set("Relation:11", []string{"1", "2", "3", "4", "5"}) cache.Set("Relation:2", []string{"1", "2", "3", "4", "5"}) }