package memory // Config for the memory driver is empty, it's just a placeholder type Config struct{} func (c *Config) InitDefaults() {}