Versions in this module Expand all Collapse all v0 v0.2.2 Nov 6, 2024 v0.2.1 Nov 6, 2024 Changes in this version + func NewAPI() (core.API, []core.ContextBuilderOption, error) + type API struct + func (a *API) Configure(_ *mux.Router, accessSvc core.AccessService) error + func (a *API) Reconfigure(_ config.Scope, _ any) error + func (a API) AuthTokenName() string + func (a API) Config() config.APIConfig + func (a API) Name() string + func (a API) Subdomain() string