package broadcast type Config struct { } func (c *Config) InitDefaults() { } func (c *Config) Valid() error { return nil }