Versions in this module Expand all Collapse all v0 v0.3.0 Jul 20, 2019 Changes in this version + const CPUUsage + const Caller + const ClientAddr + const Cluster + const Color + const Criticality + const Device + const Errors + const Mid + const Mirror + const RemoteIP + const RemotePort + const Requests + const ServerAddr + const Timeout + const Trace + func Bool(ctx context.Context, key string) bool + func Int64(ctx context.Context, key string) int64 + func IsIncomingKey(key string) (ok bool) + func IsOutgoingKey(key string) bool + func NewContext(ctx context.Context, md MD) context.Context + func Range(ctx context.Context, rangeFunc func(key string, value interface{}), ...) + func String(ctx context.Context, key string) string + func Value(ctx context.Context, key string) interface + func WithContext(c context.Context) context.Context + type MD map[string]interface + func (md MD) Copy() MD + func (md MD) Len() int + func FromContext(ctx context.Context) (md MD, ok bool) + func Join(mds ...MD) MD + func New(m map[string]interface{}) MD + func Pairs(kv ...interface{}) MD