mirror of
https://github.com/pgsty/minio.git
synced 2026-03-18 07:48:08 +01: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
|
|
}
|