Versions in this module Expand all Collapse all v0 v0.18.0 Aug 17, 2026 v0.17.0 Aug 10, 2026 v0.16.0 Aug 10, 2026 Changes in this version + func NewContext(ctx context.Context, scope Scope) context.Context + func Resolve(ctx context.Context, tenantID, subjectID string) (string, string) + type Scope struct + SubjectID string + TenantID string + func FromContext(ctx context.Context) (Scope, bool)