Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintFormat ¶ added in v0.0.13
type PrintFormat int
const ( FormatTable PrintFormat = iota // Default FormatTree FormatYAML )
type PrintOpts ¶ added in v0.0.13
type PrintOpts struct { // The format to use when printing the output. Format PrintFormat // Whether to show all entries, including those that are not matched by the // filters, but highlighting the matched ones. ShowAll bool // Whether to hide the group columns in the table format. HideGroupColumns bool // Whether to show only the identifier names instead of the full names. ShowIdentifierNames bool // Whether to highlight the matches in the output (when ShowAll is true and // some filters have been applied). HighlightMatches bool }
func NewPrintOpts ¶ added in v0.0.13
type YamlResource ¶
type YamlResource interface {
GetYaml() string
}
Click to show internal directories.
Click to hide internal directories.