Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FunctionSummary ¶ added in v0.8.0
type FunctionSummary struct {
Name string `json:"name" yaml:"name" required:"true"`
Description string `json:"description" yaml:"description"`
Custom bool `json:"custom" yaml:"custom"`
}
FunctionSummary is the table-friendly output for function listing.
type Options ¶
type Options struct {
BinaryName string
IOStreams *terminal.IOStreams
CliParams *settings.Run
// kvx output integration
flags.KvxOutputFlags
// Filter options
Custom bool // Show only custom (scafctl-specific) functions
Sprig bool // Show only sprig library functions
Search string // Search functions by name or description
// contains filtered or unexported fields
}
Options holds configuration for the get go-template-functions command
func (*Options) RunGetFunction ¶
RunGetFunction gets details about a specific function
Click to show internal directories.
Click to hide internal directories.