Crate omni_orchestrator

Source

Re-exportsยง

pub use crate::config::SERVER_CONFIG;

Modulesยง

api_models ๐Ÿ”’
API models for the OmniOrchestrator
cluster ๐Ÿ”’
config ๐Ÿ”’
cors ๐Ÿ”’
db_manager ๐Ÿ”’
endpoints ๐Ÿ”’
Core API endpoints for the OmniOrchestrator server.
initialization ๐Ÿ”’
Initialization utilities for OmniOrchestrator
leader ๐Ÿ”’
logging ๐Ÿ”’
network ๐Ÿ”’
schemas ๐Ÿ”’
server ๐Ÿ”’
state ๐Ÿ”’

Structsยง

CLUSTER_MANAGER ๐Ÿ”’
ClusterManager
Central manager for cluster operations and node tracking.
DatabaseManager
Central manager for all database operations
LeaderElection
Manages leader election in the OmniOrchestrator cluster.
SERVER_CONFIG
SharedState
Represents the shared state of a node in the OmniOrchestrator cluster.

Staticsยง

PROJECT_ROOT

Functionsยง

main ๐Ÿ”’
Main entry point for the OmniOrchestrator server