Rename storage type inmemory to memory

This is technically a breaking change, but given how long ago this field was implemented as well as the fact that this is the default value if the type is not specified, I doubt anybody's explicitly setting it as inmemory
This commit is contained in:
TwinProduction
2021-08-07 12:11:35 -04:00
parent 4ada6ee7c9
commit 3cbe068fc1
5 changed files with 11 additions and 11 deletions

View File

@ -57,7 +57,7 @@ func Initialize(cfg *Config) error {
if err != nil {
return err
}
case TypeInMemory:
case TypeMemory:
fallthrough
default:
if len(cfg.File) > 0 {