Documentation
¶
Index ¶
- func RecordSnapshot(ctx *types.Context) error
- type API
- func (a *API) AuditList(ctx *zoox.Context)
- func (a *API) Domains(ctx *zoox.Context)
- func (a *API) GetConfig(ctx *zoox.Context)
- func (a *API) GetConfigRaw(ctx *zoox.Context)
- func (a *API) GetConfigSchema(ctx *zoox.Context)
- func (a *API) GetRevision(ctx *zoox.Context)
- func (a *API) ListRevisions(ctx *zoox.Context)
- func (a *API) Mount(g *zoox.RouterGroup)
- func (a *API) Overview(ctx *zoox.Context)
- func (a *API) PutConfig(ctx *zoox.Context)
- func (a *API) Reload(ctx *zoox.Context)
- func (a *API) RestoreRevision(ctx *zoox.Context)
- func (a *API) Sessions(ctx *zoox.Context)
- func (a *API) Stats(ctx *zoox.Context)
- func (a *API) StatsHistory(ctx *zoox.Context)
- func (a *API) Status(ctx *zoox.Context)
- func (a *API) ValidateConfig(ctx *zoox.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecordSnapshot ¶
RecordSnapshot persists current global traffic stats.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
API registers admin HTTP routes.
func New ¶
func New(deps service.RuntimeDeps) *API
func (*API) GetConfigRaw ¶
func (*API) GetConfigSchema ¶
func (*API) GetRevision ¶
func (*API) ListRevisions ¶
func (*API) Mount ¶
func (a *API) Mount(g *zoox.RouterGroup)
func (*API) RestoreRevision ¶
func (*API) StatsHistory ¶
func (*API) ValidateConfig ¶
Click to show internal directories.
Click to hide internal directories.