package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev
# Functions
FromContext returns the CallInfo value stored in ctx, if any.
GRPCCallInfo returns an augmented context with a CallInfo structure, only for gRPC contexts.
HTMLFromContext returns that value of HTML() from the context, or "" if we're not able to recover one.
MysqlCallInfo returns an augmented context with a CallInfo structure, only for Mysql contexts.
NewContext adds the provided CallInfo to the context.
# Interfaces
CallInfo is the extra data stored in the Context.