meta

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ListAll is the default argument to specify on a context when you want to list or filter resources across all scopes.
	ListAll = ""
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ListOption

type ListOption func(*ListOptions)

func WithFilter

func WithFilter(filter map[string]interface{}) ListOption

func WithLimit

func WithLimit(limit int64) ListOption

func WithOffset

func WithOffset(offset int64) ListOption

type ListOptions

type ListOptions struct {
	// Filters specify the equality where conditions.
	Filters map[string]interface{}
	Offset  int
	Limit   int
}

func NewListOptions

func NewListOptions(opts ...ListOption) ListOptions

Jump to

Keyboard shortcuts

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