Documentation
¶
Overview ¶
Package flagutil contains utilities and interfaces shared between several test-infra commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OptionGroup ¶
type OptionGroup interface {
// AddFlags injects options into the given FlagSet.
AddFlags(fs *flag.FlagSet)
// Validate validates options.
Validate(dryRun bool) error
}
OptionGroup provides an interface which can be implemented by an option handler (e.g. for GitHub or Kubernetes) to support generic option-group handling.
Click to show internal directories.
Click to hide internal directories.