Versions in this module Expand all Collapse all v1 v1.0.0 May 2, 2018 Changes in this version + var NoopTags = &noopTags + func CodeGenRequestFieldExtractor(fullMethod string, req interface{}) map[string]interface + func StreamServerInterceptor(opts ...Option) grpc.StreamServerInterceptor + func UnaryServerInterceptor(opts ...Option) grpc.UnaryServerInterceptor + type Option func(*options) + func WithFieldExtractor(f RequestFieldExtractorFunc) Option + func WithFieldExtractorForInitialReq(f RequestFieldExtractorFunc) Option + type RequestFieldExtractorFunc func(fullMethod string, req interface{}) map[string]interface + func TagBasedRequestFieldExtractor(tagName string) RequestFieldExtractorFunc + type Tags interface + Has func(key string) bool + Set func(key string, value interface{}) Tags + Values func() map[string]interface{} + func Extract(ctx context.Context) Tags