Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoStore ¶
type MongoStore struct {
// contains filtered or unexported fields
}
MongoStore 基于Mongo的存储
func NewMongoStore ¶
func NewMongoStore(address, db, collection string) (*MongoStore, error)
NewMongoStore 构建一个MongoStore 参数: * address string mongo服务器地址 mongodb://用户名:密码@ip:端口/验证服务器 * db string 数据库名 * collection string 表名 返回值: * *MongoStore *MongoStore * error error
func (*MongoStore) Get ¶
Get 获取配置 参数: * key string key * version int 版本,0表示最新版本 返回值: * data string 配置数据 * cfgType model.CfgType 配置类型 * err error
func (*MongoStore) Init ¶
func (m *MongoStore) Init() error
type VersionInfo ¶
VersionInfo 版本信息
Click to show internal directories.
Click to hide internal directories.