Documentation ¶
Index ¶
- func All(values ...Fend) ([]*rule.Error, error)
- func First(values ...Fend) (*rule.Error, error)
- type Fend
- func Bool(v bool, rules ...rule.BoolRule) Fend
- func Custom(v rule.Rule) Fend
- func Float32(v float32, rules ...rule.Float32Rule) Fend
- func Float64(v float64, rules ...rule.Float64Rule) Fend
- func Int(v int, rules ...rule.IntRule) Fend
- func Int32(v int32, rules ...rule.Int32Rule) Fend
- func Int64(v int64, rules ...rule.Int64Rule) Fend
- func Int8(v int8, rules ...rule.Int8Rule) Fend
- func Interface(v interface{}, rules ...rule.InterfaceRule) Fend
- func String(v string, rules ...rule.StringRule) Fend
- func UInt(v uint, rules ...rule.UIntRule) Fend
- func UInt32(v uint32, rules ...rule.UInt32Rule) Fend
- func UInt64(v uint64, rules ...rule.UInt64Rule) Fend
- func UInt8(v uint8, rules ...rule.UInt8Rule) Fend
- func Valid(v rule.Validator) Fend
- func Var(v interface{}, tag string) Fend
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.