Documentation ¶
Index ¶
- Variables
- func Deselector(q ...string) (r bson.M)
- func ExternalIP() ([]string, error)
- func GetAccessLevel(method string) int8
- func GetBsonFindArray(and []map[string]string, or []map[string]string) (query bson.M)
- func Logger() gin.HandlerFunc
- func SelDeSel(sel []string, desel []string) (r bson.M)
- func Selector(q ...string) (r bson.M)
- func Trace(s string) (string, time.Time)
- func Un(s string, startTime time.Time)
Constants ¶
This section is empty.
Variables ¶
View Source
var AccessLevelGet int8 = 1
View Source
var AccessLevelGetPost int8 = 3
View Source
var AccessLevelGetPostDelete int8 = 5
View Source
var AccessLevelGetPostPut int8 = 4
View Source
var AccessLevelGetPostPutDelete int8 = 6
View Source
var AccessLevelNo int8 = 0
View Source
var AccessLevelPost int8 = 2
Functions ¶
func Deselector ¶
func ExternalIP ¶
func GetAccessLevel ¶
func GetBsonFindArray ¶
func Logger ¶
func Logger() gin.HandlerFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.