pub enum EventLogKind {
AgentEvent,
PlanAction,
Effect,
GateDecision,
VerifyOutcome,
ManifestPoll,
RolloutEvent,
}Expand description
What kind of log entry. Disambiguates the JSON payload shape and
drives the operator-API filters.
Variants§
AgentEvent
Inbound POST to /v1/agent/events (RFC-0005 §4.2 outbound).
PlanAction
Output of CP’s plan_next() (RFC-0006 §4.1).
Effect
Effect emitted by either side’s reducer (RFC-0006 §9).
GateDecision
One per gate evaluation (channel-edges, disruption-budget, …).
VerifyOutcome
Signature-verification outcome (manifest, revocations, bootstrap-nonces).
ManifestPoll
channel_refs poll outcome.
RolloutEvent
CP-internal rollout-level state transition (RFC-0008 §4). Synthesized
by the applier from per-host events; written to event_log alongside
the rollouts derived-view update (RFC-0008 §6.3 + §7).
Implementations§
Trait Implementations§
Source§impl Clone for EventLogKind
impl Clone for EventLogKind
Source§fn clone(&self) -> EventLogKind
fn clone(&self) -> EventLogKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventLogKind
impl Debug for EventLogKind
Source§impl PartialEq for EventLogKind
impl PartialEq for EventLogKind
impl Copy for EventLogKind
impl Eq for EventLogKind
impl StructuralPartialEq for EventLogKind
Auto Trait Implementations§
impl Freeze for EventLogKind
impl RefUnwindSafe for EventLogKind
impl Send for EventLogKind
impl Sync for EventLogKind
impl Unpin for EventLogKind
impl UnwindSafe for EventLogKind
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more