Documentation
¶
Index ¶
- func CheckInt64GreaterEqual0(v int64) bool
- func CheckInt64IsPositive(v int64) bool
- func CheckIntGreaterEqual0(v int) bool
- func CheckIntIsPositive(v int) bool
- func CheckStringNotEmpty(v string) bool
- func NewInt64Value(int64Ptr *int64, required bool, errno string, msg string, checkFunc CheckInt64) *int64Value
- func NewIntValue(intPtr *int, required bool, errno string, msg string, checkFunc CheckInt) *intValue
- func NewStringValue(strPtr *string, required bool, errno string, msg string, checkFunc CheckString) *stringValue
- type CheckInt
- type CheckInt64
- type CheckString
- type QuerySet
- func (qs *QuerySet) Exist(name string) bool
- func (qs *QuerySet) ExistsInfo() map[string]bool
- func (qs *QuerySet) Int64Var(int64Ptr *int64, name string, required bool, errno string, msg string, ...) *QuerySet
- func (qs *QuerySet) IntVar(intPtr *int, name string, required bool, errno string, msg string, ...) *QuerySet
- func (qs *QuerySet) Parse(actual url.Values) *goerror.Error
- func (qs *QuerySet) StringVar(strPtr *string, name string, required bool, errno string, msg string, ...) *QuerySet
- func (qs *QuerySet) Var(name string, v Value) *QuerySet
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckInt64GreaterEqual0 ¶ added in v1.1.0
func CheckInt64IsPositive ¶
func CheckIntGreaterEqual0 ¶ added in v1.1.0
func CheckIntIsPositive ¶
func CheckStringNotEmpty ¶
func NewInt64Value ¶
func NewInt64Value(int64Ptr *int64, required bool, errno string, msg string, checkFunc CheckInt64) *int64Value
func NewIntValue ¶
func NewStringValue ¶
func NewStringValue(strPtr *string, required bool, errno string, msg string, checkFunc CheckString) *stringValue
Types ¶
type CheckInt64 ¶
type CheckString ¶
Click to show internal directories.
Click to hide internal directories.