capability_seed
Module: config::capability_seed
Section titled “Module: config::capability_seed”Contents
Section titled “Contents”Structs
CapabilitySeedConfig- Validated[sidecar.capability_seed]section.
Enums
CapabilitySeedConfigError- Error validating a [CapabilitySeedConfig].
firma_sidecar::config::capability_seed::CapabilitySeedConfig
Section titled “firma_sidecar::config::capability_seed::CapabilitySeedConfig”Struct
Validated [sidecar.capability_seed] section.
Fields:
paths: Vec<std::path::PathBuf>- Paths to seed TOML files produced byfirma-authority issue.hot_reload: bool- Whentrue(default), the sidecar watches the seed file(s) and
Trait Implementations:
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- TryFrom
fn try_from(schema: SchemaCapabilitySeedConfig) -> Result<Self, <Self as >::Error>
- Clone
fn clone(self: &Self) -> CapabilitySeedConfig
- Default
fn default() -> Self
firma_sidecar::config::capability_seed::CapabilitySeedConfigError
Section titled “firma_sidecar::config::capability_seed::CapabilitySeedConfigError”Enum
Error validating a [CapabilitySeedConfig].
Variants:
EmptyPath{ index: usize }- A seed path entry was empty.
Traits: Error, Eq
Trait Implementations:
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Display
fn fmt(self: &Self, __formatter: & mut ::core::fmt::Formatter) -> ::core::fmt::Result
- Clone
fn clone(self: &Self) -> CapabilitySeedConfigError
- PartialEq
fn eq(self: &Self, other: &CapabilitySeedConfigError) -> bool