mirror of
https://github.com/minio/minio.git
synced 2025-11-22 02:35:30 -05:00
Add database query function, and some re-factoring
This commit is contained in:
10
pkg/utils/database/tiedot/structs.go
Normal file
10
pkg/utils/database/tiedot/structs.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package tiedot
|
||||
|
||||
import (
|
||||
"github.com/HouzuoGuo/tiedot/db"
|
||||
)
|
||||
|
||||
type Database struct {
|
||||
DBdir string
|
||||
DBhandle *db.DB
|
||||
}
|
||||
Reference in New Issue
Block a user