query

package
v0.0.0-...-36d8597 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter struct {
	Pagination *Pagination
	Search     *StringFilterInput
	Field_mask *StringFilterInput
	Url        *StringFilterInput
	Hash       *StringFilterInput
	Describe   *StringFilterInput
	Created_at *StringFilterInput
	Updated_at *StringFilterInput
	Link       *StringFilterInput
}

func (*Filter) GetKeys

func (f *Filter) GetKeys() []string

GetKeys - return all keys

type Pagination

type Pagination struct {
	Page  int
	Limit int
}

type StoreError

type StoreError struct {
	Value string
}

NotFoundError - not found link

func (*StoreError) Error

func (e *StoreError) Error() string

type StringFilterInput

type StringFilterInput struct {
	Eq          *string
	Ne          *string
	Lt          *string
	Le          *string
	Gt          *string
	Ge          *string
	Contains    *string
	NotContains *string
}

Jump to

Keyboard shortcuts

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