meta

package
v1.173.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: MIT Imports: 4 Imported by: 4

Documentation

Index

Constants

View Source
const (
	// UserAgentKey for meta.
	UserAgentKey = "userAgent"

	// IPAddrKey for meta.
	IPAddrKey = "ipAddr"
)
View Source
const (
	// RequestIDKey for meta.
	RequestIDKey = "requestId"

	// ServiceKey for meta.
	ServiceKey = "service"

	// PathKey for meta.
	PathKey = "path"

	// MethodKey for meta.
	MethodKey = "method"

	// CodeKey for meta.
	CodeKey = "code"

	// DurationKey for meta.
	DurationKey = "duration"
)

Variables

View Source
var Module = fx.Options(
	fx.Provide(NewKey),
)

Module for fx.

Functions

func IPAddr added in v1.168.0

func IPAddr(ctx context.Context) meta.Valuer

IPAddr for transport.

func NewKey added in v1.166.0

func NewKey(cfg *limiter.Config) limiter.KeyFunc

NewKey for meta.

func RequestID

func RequestID(ctx context.Context) meta.Valuer

RequestID for transport.

func UserAgent

func UserAgent(ctx context.Context) meta.Valuer

UserAgent for transport.

func WithIPAddr added in v1.168.0

func WithIPAddr(ctx context.Context, addr meta.Valuer) context.Context

WithIPAddr for transport.

func WithRequestID

func WithRequestID(ctx context.Context, id meta.Valuer) context.Context

WithRequestID for transport.

func WithTraceID added in v1.128.0

func WithTraceID(ctx context.Context, id meta.Valuer) context.Context

WithTraceID for transport.

func WithUserAgent

func WithUserAgent(ctx context.Context, userAgent meta.Valuer) context.Context

WithUserAgent for transport.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL