package
1.2.0
Repository: https://github.com/valencesec/go-queryset.git
Documentation: pkg.go.dev

# Functions

LowercaseFirstRune lowercases first rune of string.
NewAllMethod creates All method.
NewBinaryFilterMethod create new binary filter method.
NewCountMethod returns new CountMethod.
NewDeleteMethod creates Delete method.
NewDeleteNumMethod delete row count.
NewDeleteNumUnscopedMethod delete row count for hard deletes.
No description provided by the author
NewGetUpdaterMethod creates GetUpdaterMethod.
NewInFilterMethod create new IN filter method.
NewIsNotNullMethod create IsNotNull method.
NewIsNullMethod create IsNull method.
NewJsonExistsFilterMethod create new JsonbExists filter method.
NewLimitMethod creates Limit method.
NewNotInFilterMethod create new NOT IN filter method.
NewOffsetMethod creates Offset method.
NewOneMethod creates One method.
NewOrderAscByMethod creates new OrderBy method ascending.
NewOrderDescByMethod creates new OrderBy method descending.
NewPreloadMethod creates new Preload method.
No description provided by the author
NewStructModifierMethod create StructModifierMethod method.
NewUpdaterSetMethod create new SetField method.
NewUpdaterUpdateMethod create new Update method.
NewUpdaterUpdateNumMethod creates new UpdateNum method.

# Structs

BinaryFilterMethod is a binary filter method.
CountMethod creates Count method.
DeleteMethod creates Delete method.
DeleteNumMethod creates DeleteNum method.
DeleteNumUnscopedMethod creates DeleteNumUnscoped method for performing hard deletes.
FieldOperationNoArgsMethod is for unary operations: preload, orderby, etc.
InFilterMethod filters with IN condition.
No description provided by the author
GetUpdaterMethod creates GetUpdater method.
InFilterMethod filters with IN condition.
QsFieldContext is a query set field context.
No description provided by the author
SelectMethod is a select field (all, one, etc).
StructModifierMethod represents method, modifying current struct.
StructOperationOneArgMethod is for struct operations with one arg.
UnaryFilterMethod represents unary filter.
UpdaterSetMethod generates Set<Field> method.
UpdaterUpdateMethod creates Update method.
UpdaterUpdateNumMethod describes UpdateNum method.

# Interfaces

Method represents method (func with receiver).