package
Version:
v0.0.0-...-8ef0ebb
Opens a new window with list of versions in this module.
Published: Aug 26, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Deps interface {
Mgo() *mgo.Database
Cache() *goredis.Redis
}
type IpAddress struct {
Id bson.ObjectId `bson:"_id,omitempty" json:"id,omitempty"`
Address string `bson:"address" json:"address"`
Users []bson.ObjectId `bson:"users" json:"users"`
Banned bool `bson:"banned" json:"banned"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.