replacing non-meta constants for storage types

This commit is contained in:
gezimbll
2023-03-02 10:50:58 -05:00
committed by Dan Christian Bogos
parent c5acb15d4a
commit 7dcbd09a1f
41 changed files with 164 additions and 139 deletions

View File

@@ -219,6 +219,7 @@ const (
DRYRUN = "dry_run"
META_COMBIMED = "*combimed"
MetaMongo = "*mongo"
MetaRedis = "*redis"
MetaPostgres = "*postgres"
MetaInternal = "*internal"
MetaLocalHost = "*localhost"