query

package
v0.0.0-...-15cdbb1 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: Apache-2.0 Imports: 3 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter map[string]interface{}

type Opts

type Opts struct {
	Filter
	Sort
	Pagination
}

func ParseOpts

func ParseOpts(
	ctx context.Context,
	offset string,
	limit int32,
	sort []string,
	filter []string,
) (Opts, error)

type Pagination

type Pagination struct {
	Limit         uint64
	Offset        string
	LimitOverride bool
}

type Sort

type Sort map[string]string

Jump to

Keyboard shortcuts

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