Crate ggen_saas

Crate ggen_saas 

Source
Expand description

SaaS tier management and quota enforcement for ggen

Re-exports§

pub use quotas::QuotaManager;
pub use quotas::QuotaState;
pub use limits::Limits;
pub use limits::TierLimits;
pub use billing::BillingCycle;
pub use billing::UsageAccumulator;
pub use errors::SaasError;
pub use tier::Tier;
pub use tier::TierHierarchy;

Modules§

billing
Billing cycle and usage accumulation
errors
SaaS error types
limits
Quota limits per tier
quotas
Quota management and enforcement
tier
SaaS tier definitions

Type Aliases§

SaasResult
Result type for SaaS operations