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 ¶
Types ¶
type NamedParameter ¶ added in v0.10.0
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.