Skip to main content

Crate rootcx_types

Crate rootcx_types 

Source

Structs§

ActionDefinition
AgentDefinition
AgentLimits
AgentMemory
AppManifest
ChatMessage
CheckContract
A declarative table-level CHECK. expr is an arbitrary SQL boolean fragment (bounded, not a full statement); name is auto-derived when omitted. The core reconciles it by a hash of this DECLARED spec — never by comparing to Postgres’s normalized stored definition — so there is no rewrite-churn.
CronDefinition
EntityContract
FieldContract
FieldReference
ForgeStatus
IndexColumnSpec
IndexContract
A declarative index. Mirrors what Prisma/Drizzle let you declare for PostgreSQL. where/expr/ops are SQL fragments (bounded, not full statements); name is auto-derived when omitted.
InstalledApp
McpServerConfig
OsStatus
PermissionDeclaration
PermissionsContract
PostgresStatus
PublicCollection
PublicRpc
PublicSurface
Declarative public-access surface for an app.
RateLimit
RuntimeStatus
SchemaChange
SchemaVerification
SupervisionConfig
SupervisionPolicy
ToolDef
ToolDescriptor
TriggerConfig

Enums§

AppType
ContentBlock
IndexColumn
An index element: either a bare column name, or a spec carrying a column OR expression plus sort/nulls/operator-class.
McpTransport
OnDeletePolicy
ProviderType
Role
ServiceState
SupervisionMode
WebhookDefinition