summaryrefslogtreecommitdiff
path: root/plugins/broadcast/memory/config.go
blob: e80695bc4df56ecc67c2a58d2dd02e795b671fe1 (plain)
1
2
3
4
5
6
package memory

// Config for the memory driver is empty, it's just a placeholder
type Config struct{}

func (c *Config) InitDefaults() {}