Documentation
¶
Index ¶
- Constants
- func Bool(require bool, def Any, name string, exts ...Any) Var
- func Bools(require bool, def Any, name string, exts ...Any) Var
- func Datetime(require bool, def Any, name string, exts ...Any) Var
- func Datetimes(require bool, def Any, name string, exts ...Any) Var
- func DecryptDIGIT(v string) (int64, error)
- func DecryptDIGITS(v string) ([]int64, error)
- func DecryptTEXT(v string) (string, error)
- func DecryptTEXTS(v string) ([]string, error)
- func Define(kind string, require bool, def Any, name string, exts ...Any) Var
- func Email(require bool, def Any, name string, exts ...Any) Var
- func EncryptDIGIT(v int64) (string, error)
- func EncryptDIGITS(v []int64) (string, error)
- func EncryptTEXT(v string) (string, error)
- func EncryptTEXTS(v []string) (string, error)
- func Enum(require bool, def Any, name string, options Map, exts ...Any) Var
- func Enums(require bool, def Any, name string, options Map, exts ...Any) Var
- func Float(require bool, def Any, name string, exts ...Any) Var
- func FloatOrder(require bool, def Any, name string, exts ...Any) Var
- func Floats(require bool, def Any, name string, exts ...Any) Var
- func Int(require bool, def Any, name string, exts ...Any) Var
- func IntGroup(require bool, def Any, name string, exts ...Any) Var
- func IntKey(require bool, def Any, name string, exts ...Any) Var
- func IntOrder(require bool, def Any, name string, exts ...Any) Var
- func Ints(require bool, def Any, name string, exts ...Any) Var
- func Json(require bool, def Any, name string, children Vars, exts ...Any) Var
- func Mobile(require bool, def Any, name string, exts ...Any) Var
- func ObjectID(require bool, def Any, name string, exts ...Any) Var
- func Password(require bool, def Any, name string, exts ...Any) Var
- func String(require bool, def Any, name string, exts ...Any) Var
- func StringKey(require bool, def Any, name string, exts ...Any) Var
- func StringQuery(require bool, def Any, name string, exts ...Any) Var
- func Strings(require bool, def Any, name string, exts ...Any) Var
- type Codec
- type Mime
- type Mimes
- type Regular
- type Regulars
- type Type
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func DecryptDIGIT ¶ added in v0.12.0
func DecryptDIGITS ¶ added in v0.12.0
func DecryptTEXT ¶ added in v0.12.0
func DecryptTEXTS ¶ added in v0.12.0
func EncryptDIGIT ¶ added in v0.12.0
func EncryptDIGITS ¶ added in v0.12.0
func EncryptTEXT ¶ added in v0.12.0
func EncryptTEXTS ¶ added in v0.12.0
func FloatOrder ¶
func StringQuery ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.