Documentation ¶
Index ¶
- type FakeGRPCStream
- func (f *FakeGRPCStream) Context() context.Context
- func (f *FakeGRPCStream) RecvMsg(m interface{}) error
- func (f *FakeGRPCStream) Send(event *gateways.Event) error
- func (f *FakeGRPCStream) SendHeader(metadata.MD) error
- func (f *FakeGRPCStream) SendMsg(m interface{}) error
- func (f *FakeGRPCStream) SetHeader(metadata.MD) error
- func (f *FakeGRPCStream) SetTrailer(metadata.MD)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGRPCStream ¶
func (*FakeGRPCStream) Context ¶
func (f *FakeGRPCStream) Context() context.Context
func (*FakeGRPCStream) RecvMsg ¶
func (f *FakeGRPCStream) RecvMsg(m interface{}) error
func (*FakeGRPCStream) SendHeader ¶
func (f *FakeGRPCStream) SendHeader(metadata.MD) error
func (*FakeGRPCStream) SendMsg ¶
func (f *FakeGRPCStream) SendMsg(m interface{}) error
func (*FakeGRPCStream) SetTrailer ¶
func (f *FakeGRPCStream) SetTrailer(metadata.MD)
Click to show internal directories.
Click to hide internal directories.