package proxy import "time" type Option struct { Subscribes []string `yaml:"subscribes"` Interval time.Duration `yaml:"interval"` }