Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareHashAndPassword ¶
CompareHashAndPassword, compare encrypt password with plain password
func GenerateFromPassword ¶
GenerateFromPassword, create a new encrypted password from plain password
Types ¶
type DuplicateKeyError ¶
DuplicateKeyError
func (*DuplicateKeyError) Error ¶
func (e *DuplicateKeyError) Error() string
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)
Click to show internal directories.
Click to hide internal directories.