Documentation
¶
Overview ¶
Package capability defines the shared lifecycle used by every runtime, engine, agent, connection and tenant resource that Multiversa audits.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State string
State is evidence-backed capability state. Values are intentionally stable: they are part of the JSON contract consumed by agents and Studio.
const ( Absent State = "absent" Detected State = "detected" Installed State = "installed" Configured State = "configured" Connected State = "connected" Indexed State = "indexed" Healthy State = "healthy" Drifted State = "drifted" UpdateAvailable State = "update_available" Blocked State = "blocked" )
Click to show internal directories.
Click to hide internal directories.