Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Protobuf
- func (fake *Protobuf) Invocations() map[string][][]interface{}
- func (fake *Protobuf) Marshal(arg1 proto.Message) ([]byte, error)
- func (fake *Protobuf) MarshalArgsForCall(i int) proto.Message
- func (fake *Protobuf) MarshalCallCount() int
- func (fake *Protobuf) MarshalCalls(stub func(proto.Message) ([]byte, error))
- func (fake *Protobuf) MarshalReturns(result1 []byte, result2 error)
- func (fake *Protobuf) MarshalReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *Protobuf) Unmarshal(arg1 []byte, arg2 proto.Message) error
- func (fake *Protobuf) UnmarshalArgsForCall(i int) ([]byte, proto.Message)
- func (fake *Protobuf) UnmarshalCallCount() int
- func (fake *Protobuf) UnmarshalCalls(stub func([]byte, proto.Message) error)
- func (fake *Protobuf) UnmarshalReturns(result1 error)
- func (fake *Protobuf) UnmarshalReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Protobuf ¶
type Protobuf struct { MarshalStub func(proto.Message) ([]byte, error) UnmarshalStub func([]byte, proto.Message) error // contains filtered or unexported fields }
func (*Protobuf) Invocations ¶
func (*Protobuf) MarshalCallCount ¶
func (*Protobuf) MarshalCalls ¶
func (*Protobuf) MarshalReturns ¶
func (*Protobuf) MarshalReturnsOnCall ¶
func (*Protobuf) UnmarshalArgsForCall ¶
func (*Protobuf) UnmarshalCallCount ¶
func (*Protobuf) UnmarshalCalls ¶
func (*Protobuf) UnmarshalReturns ¶
func (*Protobuf) UnmarshalReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.