Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcContext ¶
type GrpcContext struct {
// contains filtered or unexported fields
}
func NewGrpcContext ¶ added in v1.4.3
func NewGrpcContext(grpcCtx context.Context) *GrpcContext
func (*GrpcContext) Deadline ¶ added in v1.4.3
func (c *GrpcContext) Deadline() (deadline time.Time, ok bool)
func (*GrpcContext) Done ¶ added in v1.4.3
func (c *GrpcContext) Done() <-chan struct{}
func (*GrpcContext) Err ¶ added in v1.4.3
func (c *GrpcContext) Err() error
func (*GrpcContext) Value ¶ added in v1.4.3
func (c *GrpcContext) Value(key any) any
Click to show internal directories.
Click to hide internal directories.