package
Version:
v0.0.0-...-dd776c8
Opens a new window with list of versions in this module.
Published: May 28, 2020
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Database struct {
Server
Dbs [][]string `form:"dbs" json:"dbs"`
}
Database 数据库,包含了集合
type Server struct {
Key string `form:"key" json:"key"`
Name string `form:"name" json:"name"`
Desc string `form:"desc" json:"desc"`
Addr string `form:"addr" json:"addr"`
Port string `form:"port" json:"port"`
}
Server 数据服务器
type User struct {
Name string `form:"name" json:"name"`
Passwd string `form:"passwd" json:"passwd"`
}
User 用户信息
Source Files
¶
Click to show internal directories.
Click to hide internal directories.