Versions in this module Expand all Collapse all v1 v1.4.26 Sep 8, 2026 Changes in this version type OrgScope + func ScopeForWrite(source any, writeOrg string) OrgScope + func (s OrgScope) Contains(orgID string) bool + type ScopeSource interface + OrgScope func() OrgScope v1.4.25 Sep 7, 2026 Changes in this version + const DefaultOrgID + func NormalizeOrgID(orgID string) string + type OrgScope struct + Read []string + Write string + func DefaultOrgScope() OrgScope + func NewOrgScope(write string, read ...string) OrgScope + func (s OrgScope) Normalized() OrgScope + func (s OrgScope) OrgIDs() []string