Versions in this module Expand all Collapse all v1 v1.1.0 Dec 2, 2025 Changes in this version + const DefaultVersion + const LatestVersion + const V1 + const V2 + func Negotiation(next http.Handler) http.Handler + func WithVersion(ctx context.Context, version Version) context.Context + type DeprecationWarning struct + func NewDeprecationWarning(version Version, sunsetDate, message string) *DeprecationWarning + func (d *DeprecationWarning) Middleware(next http.Handler) http.Handler + type Version int + func FromContext(ctx context.Context) Version + func (v Version) String() string