cmds

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2025 License: Apache-2.0 Imports: 29 Imported by: 1

Documentation

Index

Constants

View Source
const NullLiteral = "null"

NullLiteral is the string representation of a null value.

Variables

This section is empty.

Functions

func NewRootCmd

func NewRootCmd() *cobra.Command

Types

type NamedParameter added in v0.10.0

type NamedParameter struct {
	Name string
	Type *types.DataType
}

func GetParamList added in v0.10.0

func GetParamList(ctx context.Context,
	query func(ctx context.Context, query string, args map[string]any) (*types.QueryResult, error),
	namespace, action string) ([]NamedParameter, error)

GetParamList returns the list of parameters for an action in a namespace.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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