Code generalization: request db info from other source: remove unused constants

This commit is contained in:
Michael Hohn
2024-10-28 18:45:21 -07:00
committed by =Michael Hohn
parent 52aafd6fc9
commit e7d32861e5
5 changed files with 20 additions and 33 deletions

View File

@@ -15,8 +15,6 @@ import (
// Restrict the keys / values and centralize the common ones here
const (
QL_DB_BUCKETNAME = "qldb"
QL_KEY_BUCKET = "bucket"
QL_KEY_KEY = "key"
)
type MinIOCodeQLDatabaseStore struct {