Documentation
¶
Index ¶
- func GenerateBasicCmpStatement(typeName *types.TypeName, fieldName string, sign string, isPointer bool) *Statement
- func GenerateFalseFn(typeName *types.TypeName) *Statement
- func GenerateOperatorCases(typeName *types.TypeName, fieldName string, isPointer bool, ...) *Statement
- func GetFalseFn(typeName *types.TypeName) *Statement
- func IfErrNotNilStatement(typeName *types.TypeName) *Statement
- func ParseBasicType(typeName *types.TypeName, t *types.Basic) (*Statement, error)
- func ReturnFalseQuery(typeName *types.TypeName) *Statement
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateBasicCmpStatement ¶
func GenerateBasicCmpStatement(typeName *types.TypeName, fieldName string, sign string, isPointer bool) *Statement
return func(document *Struct) bool { return document.BasicInt64 <= parsed }
func GenerateFalseFn ¶
func GenerateOperatorCases ¶
func GetFalseFn ¶
func IfErrNotNilStatement ¶
func ParseBasicType ¶
func ReturnFalseQuery ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.