Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterFunc ¶
type FilterFunc func(reqBody interface{}) (MockFIlter, error)
type MockFIlter ¶
type MockFIlter struct { }
type ServiceDesc ¶
type ServiceDesc struct { ServiceName string HandlerType interface{} Methods interface{} Streams interface{} StreamHandle interface{} }
ServiceDesc describes a proto service.
Click to show internal directories.
Click to hide internal directories.