package broadcast type Plugin struct { } func (p *Plugin) Init() error { return nil }