Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareHashAndPassword ¶
CompareHashAndPassword, compare encrypt password with plain password
func GenerateFromPassword ¶
/////////////////////////////////////////////// deprecated, Will be removed in a later version /////////////////////////////////////////////// GenerateFromPassword, create a new encrypted password from plain password
Types ¶
type M ¶
type M map[string]interface{}
/////////////////////////////////////////////// deprecated, Will be removed in a later version ///////////////////////////////////////////////
type ReqByQuery ¶
type ReqByQuery struct { Options lxDb.Options `json:"opts,omitempty"` IsFiltered bool `json:"isFiltered"` Query map[string]interface{} `json:"query"` }
func NewReqByQuery ¶
func NewReqByQuery(opts string) (*ReqByQuery, error)
/////////////////////////////////////////////// deprecated, Will be removed in a later version ///////////////////////////////////////////////
type RequestByQuery ¶ added in v0.8.0
type RequestByQuery struct { FindOptions lxDb.FindOptions `json:"opts,omitempty"` Query map[string]interface{} `json:"query"` Count bool `json:"count"` }
RequestByQuery
func NewRequestByQuery ¶ added in v0.8.0
func NewRequestByQuery(queryStr string) (data *RequestByQuery, err error)
NewRequestByQuery
Click to show internal directories.
Click to hide internal directories.