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]any) 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]any Offset int Limit int }
func NewListOptions ¶
func NewListOptions(opts ...ListOption) ListOptions
Click to show internal directories.
Click to hide internal directories.