Versions in this module Expand all Collapse all v0 v0.0.24 Sep 13, 2023 v0.0.21 Sep 8, 2023 Changes in this version + type ServerStreamBase struct + func NewServerStreamBase() *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)