query

package
v0.0.32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2022 License: MIT Imports: 10 Imported by: 0

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

type ListByNumber struct {
	UserID string
	Number string
	Limit  string
	Order  string
}

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 ListByVIN struct {
	UserID string
	VIN    string
	Limit  string
	Order  string
}

func (*ListByVIN) Event

func (q *ListByVIN) Event(operations ...model.Operation) schema.Producable

func (*ListByVIN) GetLimit

func (q *ListByVIN) GetLimit() uint64

func (*ListByVIN) GetOrder

func (q *ListByVIN) GetOrder() string

func (*ListByVIN) Prepare

func (q *ListByVIN) Prepare()

func (*ListByVIN) Validate

func (q *ListByVIN) Validate() error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL