summaryrefslogtreecommitdiff
path: root/plugins/memory/config.go
blob: 08dd9fc33c87786e25d8aca9e0bd5c61f3dd3665 (plain)
1
2
3
4
5
6
7
8
package memory

// Config for the memory driver is empty, it's just a placeholder
type Config struct {
	Path string `mapstructure:"path"`
}

func (c *Config) InitDefaults() {}