Module state

Module state 

Source
Expand description

Shared server state passed to all HTTP request handlers.

Services is constructed once during startup by Services::spawn and then shared across all request handlers as ServiceState (an Arc<Services>).

Structs§

Services
Reference to the objectstore business logic.

Type Aliases§

ServiceState
Shared reference to the objectstore Services.