Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DateRangeArg ¶
type DateRangeArg struct {
DateMin time.Time `json:"date_min,omitempty" form:"date_min,strip"`
DateMax time.Time `json:"date_max,omitempty" form:"date_max,strip" validate:"omitempty,gtefield=DateMin"`
}
func (*DateRangeArg) Normalize ¶
func (dra *DateRangeArg) Normalize()
type Decimals ¶
type Decimals struct {
// contains filtered or unexported fields
}
func ParseDecimals ¶
func ParseUdecimals ¶
type IDArg ¶
type IDArg struct {
ID string `json:"id,omitempty" form:"id,strip"`
// contains filtered or unexported fields
}
type Integers ¶
type Integers struct {
// contains filtered or unexported fields
}
func ParseIntegers ¶
func ParseUintegers ¶
type PKArg ¶
type PKArg struct {
ID string `json:"id,omitempty" form:"id,strip"`
// contains filtered or unexported fields
}
type Sorter ¶ added in v1.2.9
type TimeRangeArg ¶
type Wildcards ¶ added in v1.2.7
type Wildcards []string
func ParseWildcards ¶ added in v1.2.7
func (Wildcards) StartsWith ¶ added in v1.2.8
func (Wildcards) StartsWithAny ¶ added in v1.2.8
Click to show internal directories.
Click to hide internal directories.