summaryrefslogtreecommitdiff
path: root/plugins/broadcast/memory/config.go
blob: 840dbb963dee793d980cc4a0dfd2dc581c1da940 (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() {}