Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type Echoer
- func (fake *Echoer) Disable(arg1 []uintptr) (int, error)
- func (fake *Echoer) DisableArgsForCall(i int) []uintptr
- func (fake *Echoer) DisableCallCount() int
- func (fake *Echoer) DisableReturns(result1 int, result2 error)
- func (fake *Echoer) Enable(arg1 []uintptr) error
- func (fake *Echoer) EnableArgsForCall(i int) []uintptr
- func (fake *Echoer) EnableCallCount() int
- func (fake *Echoer) EnableReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Echoer ¶
type Echoer struct { EnableStub func(fileDescriptors []uintptr) error DisableStub func(fileDescriptors []uintptr) (int, error) CurrentState string // contains filtered or unexported fields }
func (*Echoer) DisableArgsForCall ¶
func (*Echoer) DisableCallCount ¶
func (*Echoer) DisableReturns ¶
func (*Echoer) EnableArgsForCall ¶
func (*Echoer) EnableCallCount ¶
func (*Echoer) EnableReturns ¶
Click to show internal directories.
Click to hide internal directories.