Versions in this module Expand all Collapse all v0 v0.2.0 Feb 21, 2020 v0.1.0 Jan 3, 2020 Changes in this version + type ClientStream struct + func (_m *ClientStream) CloseSend() error + func (_m *ClientStream) Context() context.Context + func (_m *ClientStream) Header() (metadata.MD, error) + func (_m *ClientStream) RecvMsg(m interface{}) error + func (_m *ClientStream) SendMsg(m interface{}) error + func (_m *ClientStream) Trailer() metadata.MD + type ServerStream struct + func (_m *ServerStream) Context() context.Context + func (_m *ServerStream) RecvMsg(m interface{}) error + func (_m *ServerStream) SendHeader(_a0 metadata.MD) error + func (_m *ServerStream) SendMsg(m interface{}) error + func (_m *ServerStream) SetHeader(_a0 metadata.MD) error + func (_m *ServerStream) SetTrailer(_a0 metadata.MD)