Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ListOptions ¶
type ListOptions struct {
BuildCfgIndices []*configs.Index[config.Configuration]
// IncludeSubpackages indicates whether subpackages should be included in the results.
IncludeSubpackages bool
// RequestedPackages is a list of package names to list. If empty, all packages are listed.
RequestedPackages []string
// Template is the Go template string to use when printing results.
Template string
}
Click to show internal directories.
Click to hide internal directories.