mirror of
https://github.com/minio/minio.git
synced 2024-12-28 08:05:55 -05:00
11 lines
121 B
Go
11 lines
121 B
Go
package tiedot
|
|
|
|
import (
|
|
"github.com/HouzuoGuo/tiedot/db"
|
|
)
|
|
|
|
type Database struct {
|
|
DBdir string
|
|
DBhandle *db.DB
|
|
}
|