Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientProxy ¶
type ClientProxy struct { RecordedReqs []RecordedRequest // contains filtered or unexported fields }
func NewClientProxy ¶
func (*ClientProxy) Call ¶
func (p *ClientProxy) Call(serviceMethod string, args interface{}, reply interface{}) error
func (*ClientProxy) Close ¶
func (p *ClientProxy) Close()
func (*ClientProxy) StartRecording ¶
func (p *ClientProxy) StartRecording()
func (*ClientProxy) StopRecording ¶
func (p *ClientProxy) StopRecording() []RecordedRequest
type RecordedRequest ¶
Click to show internal directories.
Click to hide internal directories.