Code generalization: request db info from other source: remove unused constants
This commit is contained in:
committed by
=Michael Hohn
parent
52aafd6fc9
commit
e7d32861e5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user