Module data

Source
Expand description

Configurations for shared data that is available to all controllers.

Structs§

SharedInit
Data-structure holding the initialized shared data.

Functions§

create_api
Creates a new Keycloak API. If the admin client ID and secret are not set, a mock API is created.
init
Initializes shared data.

Type Aliases§

SharedBroadcaster
Helper-Type - Server-Sent Events broadcaster.
SharedHttpClient
Helper-Type - Pooled HTTP client.
SharedKeycloakApi
Helper-Type - Keycloak admin API.
SharedPool
Helper-Type - Connection pool to the database.