Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Packagemode ¶
type Packagemode interface { Arg(arg1 int) string Args() []string Bool(arg1 string, arg2 bool, arg3 string) *bool BoolVar(arg1 *bool, arg2 string, arg3 bool, arg4 string) }
Packagemode is a generated interface representing the exported functions in the github.com/maxbrunsfeld/counterfeiter/v6/fixtures/packagemode package.
type PackagemodeShim ¶
type PackagemodeShim struct{}
func (*PackagemodeShim) Arg ¶
func (p *PackagemodeShim) Arg(arg1 int) string
func (*PackagemodeShim) Args ¶
func (p *PackagemodeShim) Args() []string
Click to show internal directories.
Click to hide internal directories.