Closed tomMoulard closed 2 years ago
This PR allows getting a properly formatted error when using stores.
When registering all currently available store, the error when creating a new unsupported store will be:
Backend storage not supported yet, please choose one of boltdb, consul, dynamodb, etcd, etcdv3, redis, zk
instead of:
Backend storage not supported yet, please choose one of
related to #65
This PR allows getting a properly formatted error when using stores.
When registering all currently available store, the error when creating a new unsupported store will be:
instead of:
related to #65