greentic-operator 0.4.43

Greentic operator CLI for local dev and demo orchestration.
Documentation
1
2
3
4
5
6
7
8
9
pub mod demo;
pub mod scheduler;
pub mod service;
pub mod store;

pub use demo::{build_runner, ensure_desired_subscriptions, state_root};
pub use scheduler::Scheduler;
pub use service::{SubscriptionEnsureRequest, SubscriptionService};
pub use store::{AuthUserRefV1, SubscriptionState, SubscriptionStore};