Documentation ¶ Index ¶ func NewAPI() (core.API, []core.ContextBuilderOption, error) type API func (a API) AuthTokenName() string func (a API) Config() config.APIConfig func (a *API) Configure(_ *mux.Router, accessSvc core.AccessService) error func (a API) Name() string func (a *API) Reconfigure(_ config.Scope, _ any) error func (a API) Subdomain() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewAPI ¶ func NewAPI() (core.API, []core.ContextBuilderOption, error) Types ¶ type API ¶ type API struct { // contains filtered or unexported fields } func (API) AuthTokenName ¶ func (a API) AuthTokenName() string func (API) Config ¶ func (a API) Config() config.APIConfig func (*API) Configure ¶ func (a *API) Configure(_ *mux.Router, accessSvc core.AccessService) error func (API) Name ¶ func (a API) Name() string func (*API) Reconfigure ¶ func (a *API) Reconfigure(_ config.Scope, _ any) error func (API) Subdomain ¶ func (a API) Subdomain() string Source Files ¶ View all Source files api.go configure.go Directories ¶ Show internal Expand all Path Synopsis messages Click to show internal directories. Click to hide internal directories.