# Functions
ApplyAuthMiddlewares applies registered middlewares.
ApplyBootConfModifiers is called to apply all registered modifiers on the boot configuration.
ApplyEnrollMiddlewares goes through registered middlewares if there are any for the current endpoint.
ApplyPluginModifiers is called to apply all registered modifiers on a given plugin.
ApplyRegModifiers can filter the output of registry before sending, based on status.
ComputeBootConf creates a JSON for web interface with a lot of useful info.
GetPluginsFS builds an HttpFs out of all the registered plugins boxes.
GetPluginsPool builds the pool out of all the registered plugins boxes.
GetRegisteredPluginBoxes lists all registered PluginBox.
No description provided by the author
HotReload empties internal fs and pool to trigger a reload at next call of GetPluginsFS or GetPluginsPool.
No description provided by the author
No description provided by the author
No description provided by the author
NewSessionWrapper creates a Http middleware checking if a cookie is passed along and if this cookie contains a proper JWT.
No description provided by the author
RegisterBootConfModifier appends a BootConfModifier to the list.
RegisterEnrollMiddleware registers a middleware for a given endpoint.
RegisterPluginBoxes adds a PluginBox to registry.
RegisterPluginModifier appends a PluginModifier to the list.
RegisterRegModifier appends a RegistryModifier to the list.
No description provided by the author
WrapAuthMiddleware registers an additional auth middleware.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PluginBox exposes web assets.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
BootConfModifier is a func type for dynamically filtering the content of the bootconf.
No description provided by the author
PluginModifier is a func type for dynamically filtering the content of a plugin (e.g enabled/disabled), based on the current status.
RegistryModifier is a func type for dynamically filtering output of the registry.