mirror of
https://github.com/minio/minio.git
synced 2025-01-15 00:35:02 -05:00
11 lines
123 B
Go
11 lines
123 B
Go
|
package database
|
||
|
|
||
|
import (
|
||
|
"github.com/HouzuoGuo/tiedot/db"
|
||
|
)
|
||
|
|
||
|
type Database struct {
|
||
|
DBdir string
|
||
|
DBhandle *db.DB
|
||
|
}
|