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