Implement minio
This commit is contained in:
3
type.go
3
type.go
@@ -14,6 +14,7 @@ const (
|
||||
MEMCACHE = Type(iota)
|
||||
MEMCACHECLUSTER = Type(iota)
|
||||
MONGO = Type(iota)
|
||||
MINIO = Type(iota)
|
||||
)
|
||||
|
||||
func (t Type) String() string {
|
||||
@@ -22,6 +23,8 @@ func (t Type) String() string {
|
||||
return "map"
|
||||
case BOLT:
|
||||
return "bolt"
|
||||
case MINIO:
|
||||
return "minio"
|
||||
case CACHE:
|
||||
return "cache"
|
||||
case LEVELDB:
|
||||
|
||||
Reference in New Issue
Block a user