Versions in this module Expand all Collapse all v1 v1.0.3 Jul 17, 2021 v1.0.1 Jul 17, 2021 Changes in this version + const ApplicationID + const ApplicationVersion + const ConnnectionIP + const GroupID + const Interface + const LaneID + const Namespace + const PrefixDest + const PrefixSource + const PrefixUser + const RequestHTTPMethod + const ServiceName + const ServiceNamespace + const Tracer + func DestKey(key string) string + func GetUserKey(key string) string + func IsIncomming(key string) (ok bool) + func IsLinkKey(key string) (ok bool) + func IsOutgoing(key string) (ok bool) + func IsUserKey(key string) bool + func RangeSys(ctx context.Context, f func(key string, value interface{})) + func RangeUser(ctx context.Context, f func(key string, value string)) + func SourceKey(key string) string + func Sys(ctx context.Context, key string) (res interface{}) + func User(ctx context.Context, key string) (res string) + func UserKey(key string) string + func WithSys(ctx context.Context, pairs ...SysPair) context.Context + func WithUser(ctx context.Context, pairs ...UserPair) context.Context + type Context struct + type SysMeta map[string]interface + type SysPair struct + Key string + Value interface{} + type UserMeta map[string]string + type UserPair struct + Key string + Value string