package
Version:
v0.0.0-...-602ea90
Opens a new window with list of versions in this module.
Published: Feb 13, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type ICollection interface {
Insert(...interface{}) error
Update(selector interface{}, update interface{}) error
Find(query interface{}) *mgo.Query
}
type IContext interface {
Query(key string)
DefaultQuery(key, defaultValue string)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.