summaryrefslogtreecommitdiff
path: root/internal/storage/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/const.go')
-rw-r--r--internal/storage/const.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/storage/const.go b/internal/storage/const.go
index dc249115f..825caae04 100644
--- a/internal/storage/const.go
+++ b/internal/storage/const.go
@@ -41,6 +41,10 @@ const (
)
const (
+ sqlNetworkTypeTCP = "tcp"
+)
+
+const (
encryptionNameCheck = "check"
)