Versions in this module Expand all Collapse all v0 v0.0.1 Sep 17, 2025 Changes in this version + func GetContextValue[T any](ctx context.Context, key any, returnOnNull T) T + func NewContext(fromCtx context.Context) context.Context + func SetContextValue(ctx context.Context, key any, data any) (context.Context, error) + type DataKey int + func NewDataKey() DataKey