Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter ¶
This file was generated by counterfeiter
Index ¶
- type Marshaler
- func (fake *Marshaler) Invocations() map[string][][]interface{}
- func (fake *Marshaler) Marshal(input interface{}) ([]byte, error)
- func (fake *Marshaler) MarshalArgsForCall(i int) interface{}
- func (fake *Marshaler) MarshalCallCount() int
- func (fake *Marshaler) MarshalReturns(result1 []byte, result2 error)
- type Sleeper
- type Unmarshaler
- func (fake *Unmarshaler) Invocations() map[string][][]interface{}
- func (fake *Unmarshaler) Unmarshal(input []byte, output interface{}) error
- func (fake *Unmarshaler) UnmarshalArgsForCall(i int) ([]byte, interface{})
- func (fake *Unmarshaler) UnmarshalCallCount() int
- func (fake *Unmarshaler) UnmarshalReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marshaler ¶
type Marshaler struct { MarshalStub func(input interface{}) ([]byte, error) // contains filtered or unexported fields }
func (*Marshaler) Invocations ¶
func (*Marshaler) MarshalArgsForCall ¶
func (*Marshaler) MarshalCallCount ¶
func (*Marshaler) MarshalReturns ¶
type Unmarshaler ¶
type Unmarshaler struct { UnmarshalStub func(input []byte, output interface{}) error // contains filtered or unexported fields }
func (*Unmarshaler) Invocations ¶
func (fake *Unmarshaler) Invocations() map[string][][]interface{}
func (*Unmarshaler) Unmarshal ¶
func (fake *Unmarshaler) Unmarshal(input []byte, output interface{}) error
func (*Unmarshaler) UnmarshalArgsForCall ¶
func (fake *Unmarshaler) UnmarshalArgsForCall(i int) ([]byte, interface{})
func (*Unmarshaler) UnmarshalCallCount ¶
func (fake *Unmarshaler) UnmarshalCallCount() int
func (*Unmarshaler) UnmarshalReturns ¶
func (fake *Unmarshaler) UnmarshalReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.