Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Server struct + func NewServer(lib *protocol.Library, addr string) *Server + func (s *Server) AddTenant(apiKey string, tenant *Tenant) + func (s *Server) Start() error + type Tenant struct + ID string + Name string + Quota int