Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type AuditEntry struct + Action string + Resource string + TenantID string + type Manager struct + func NewManager() *Manager + func (m *Manager) AddProtocol(tenantID, protocol string) error + func (m *Manager) CreateTenant(id, name string, quota Quota) error + func (m *Manager) Describe() string + func (m *Manager) GetAuditLog(tenantID string) []AuditEntry + type Quota struct + MaxProtocols int + MaxRequests int + type Tenant struct + ID string + Name string + Protocols []string + Quota Quota