Documentation ¶
Index ¶
- type ServerStreamBase
- func (i *ServerStreamBase) Context() context.Context
- func (i *ServerStreamBase) RecvMsg(m interface{}) error
- func (i *ServerStreamBase) SendHeader(metadata.MD) error
- func (i *ServerStreamBase) SendMsg(m interface{}) error
- func (i *ServerStreamBase) SetHeader(metadata.MD) error
- func (i *ServerStreamBase) SetTrailer(metadata.MD)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerStreamBase ¶
type ServerStreamBase struct { }
func NewServerStreamBase ¶
func NewServerStreamBase() *ServerStreamBase
func (*ServerStreamBase) Context ¶
func (i *ServerStreamBase) Context() context.Context
func (*ServerStreamBase) RecvMsg ¶
func (i *ServerStreamBase) RecvMsg(m interface{}) error
func (*ServerStreamBase) SendHeader ¶
func (i *ServerStreamBase) SendHeader(metadata.MD) error
func (*ServerStreamBase) SendMsg ¶
func (i *ServerStreamBase) SendMsg(m interface{}) error
func (*ServerStreamBase) SetTrailer ¶
func (i *ServerStreamBase) SetTrailer(metadata.MD)
Click to show internal directories.
Click to hide internal directories.