Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadResolvers ¶
Types ¶
type ContextResolver ¶
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)
type DoubleResolver ¶
type TripleResolver ¶
type TripleResolver struct {
}
func (*TripleResolver) Run ¶
func (me *TripleResolver) Run(cmd *cobra.Command) (io.ByteReader, io.ByteWriter, io.ByteScanner, error)
Click to show internal directories.
Click to hide internal directories.