filtersets

package
v0.0.58 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFilterSetPath

func GetFilterSetPath(workspaceID, FilterSetID string) string

GetFilterSetPath returns the URL path to a filter set, agnostic of domain

func GetFilterSetURL

func GetFilterSetURL(workspaceID, FilterSetID string) string

GetFilterSetURL returns the full URL to a filter set using configuration

func NewFilterSetCommand

func NewFilterSetCommand(client client.API, w io.Writer) *cobra.Command

NewFilterSetCommand creates a new `filters` command

func NewListCommand

func NewListCommand(commandName string, c client.API, w io.Writer) *cobra.Command

NewListCommand creates a new command to deal with filter sets

func NewViewCommand

func NewViewCommand(commandName string, client client.API, w io.Writer) *cobra.Command

NewViewCommand creates a new command to show a filter set.

Types

type ListOptions

type ListOptions struct {
	Args        []string
	WorkspaceID string
	Limit       int
	Offset      int
}

ListOptions is the options for the listing filter sets command.

type ViewOptions

type ViewOptions struct {
	Args []string
	Web  bool
}

ViewOptions is the options for the detail view of a filter set.

Jump to

Keyboard shortcuts

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