Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextResolver ¶
func (*ContextResolver) Flags ¶
func (me *ContextResolver) Flags(flgs *pflag.FlagSet)
type CustomInterface ¶
type CustomInterface interface {
}
type CustomInterfaceStruct ¶
type CustomInterfaceStruct struct {
}
type CustomResolver ¶
type CustomResolver struct {
}
func (*CustomResolver) Flags ¶
func (me *CustomResolver) Flags(flgs *pflag.FlagSet)
func (*CustomResolver) Run ¶
func (me *CustomResolver) Run() (CustomInterface, error)
Click to show internal directories.
Click to hide internal directories.