Crate ora_server

Source
Expand description

Ora server implementation.

Structs§

AuditEvent
An event that occurred within the server.
Server
A running server instance.
ServerOptions
Options for the server.
TimerOptions
Options for the timer loop.

Enums§

AuditEventKind
The kind of event that occurred.

Traits§

Storage
An interface for storing and querying job and schedule data used by the Ora server.
StorageSnapshot
A trait for storages that support exporting and importing snapshots of their data.

Type Aliases§

IndexMap
Re-exported types.
IndexSet
Re-exported types.