Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandRefs ¶
CommandRefs creates the resolver refs command
Types ¶
type RefsOptions ¶
type RefsOptions struct {
TemplateFile string
Template string
Expr string
LeftDelim string
RightDelim string
Output string
}
RefsOptions holds options for the refs command
type RefsOutput ¶
type RefsOutput struct {
Source string `json:"source" yaml:"source"`
SourceType string `json:"sourceType" yaml:"sourceType"`
References []string `json:"references" yaml:"references"`
Count int `json:"count" yaml:"count"`
}
RefsOutput represents the output structure for refs command
Click to show internal directories.
Click to hide internal directories.