add rclone to standard set

This commit is contained in:
Bel LaPointe
2020-01-21 11:26:42 -07:00
parent b4c455fba3
commit 898f7e886a
2 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ const (
MEMCACHECLUSTER = Type(iota)
MONGO = Type(iota)
MINIO = Type(iota)
RCLONE = Type(iota)
)
func (t Type) String() string {
@@ -28,6 +29,8 @@ func (t Type) String() string {
return "redis"
case MAP:
return "map"
case RCLONE:
return "rclone"
case COCKROACH:
return "cockroach"
case BOLT: