Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldValues ¶
type FieldValues struct {
// contains filtered or unexported fields
}
func NewFieldValues ¶
func NewFieldValues(flagSet *pflag.FlagSet) *FieldValues
func (FieldValues) GetBool ¶
func (f FieldValues) GetBool(name string) bool
func (FieldValues) GetFile ¶
func (f FieldValues) GetFile(name string) string
func (FieldValues) GetString ¶
func (f FieldValues) GetString(name string) string
Click to show internal directories.
Click to hide internal directories.