ble-ibeacon/sqlite/config.go

6 lines
68 B
Go
Raw Normal View History

package sqlite
type Config struct {
DBFile string //DB文件名
}