Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WrappedServerStream ¶
type WrappedServerStream struct { grpc.ServerStream WrappedContext context.Context }
func WrapServerStream ¶
func WrapServerStream(stream grpc.ServerStream, user *auth.UserInfo) *WrappedServerStream
func (*WrappedServerStream) Context ¶
func (w *WrappedServerStream) Context() context.Context
Click to show internal directories.
Click to hide internal directories.