Documentation ¶
Index ¶
Constants ¶
View Source
const ( Ascending string = "ASC" Descending string = "DESC" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListByNumber ¶
func (*ListByNumber) Event ¶
func (q *ListByNumber) Event(operations ...model.Operation) schema.Producable
func (*ListByNumber) GetLimit ¶
func (q *ListByNumber) GetLimit() uint64
func (*ListByNumber) GetOrder ¶
func (q *ListByNumber) GetOrder() string
func (*ListByNumber) Prepare ¶
func (q *ListByNumber) Prepare()
func (*ListByNumber) Validate ¶
func (q *ListByNumber) Validate() error
type ListByVIN ¶
type ListWithNumberByInternal ¶
type ListWithNumberByInternal struct {
Number string
}
func (*ListWithNumberByInternal) Prepare ¶
func (q *ListWithNumberByInternal) Prepare()
func (*ListWithNumberByInternal) Validate ¶
func (q *ListWithNumberByInternal) Validate() error
type ListWithVINByInternal ¶
type ListWithVINByInternal struct {
VIN string
}
func (*ListWithVINByInternal) Prepare ¶
func (q *ListWithVINByInternal) Prepare()
func (*ListWithVINByInternal) Validate ¶
func (q *ListWithVINByInternal) Validate() error
Click to show internal directories.
Click to hide internal directories.