impl map stream

This commit is contained in:
Bel LaPointe
2021-02-07 13:01:45 -06:00
parent 9206e39c0b
commit ff8b908ee7
2 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ const (
MONGO = Type(iota)
MINIO = Type(iota)
RCLONE = Type(iota)
MAPSTREAM = Type(iota)
)
func (t Type) String() string {
@@ -28,6 +29,8 @@ func (t Type) String() string {
return "dynomite"
case REDIS:
return "redis"
case MAPSTREAM:
return "mapstream"
case MAP:
return "map"
case RCLONE: