Skip to main content

Module model

Module model 

Source

Structs§

Behavior
A behavior describes what happens under specific conditions.
Capability
A capability groups related behaviors (e.g., “user-authentication”, “order-management”).
DependencyEdge
A dependency edge between two capabilities.
Domain
A domain groups related capabilities by business concern.
Endpoint
An HTTP endpoint extracted from a controller.
EndpointInput
Entity
A database entity extracted from JPA/Hibernate/EF annotations.
EntityField
FlowStep
A single step in a request flow.
Operation
A service-layer operation (non-HTTP).
Param
ProjectSpec
A complete behavior spec for a project.
RequestFlow
A traced request flow for an endpoint — the complete call chain.
ResponseSpec
ScheduledTask
A scheduled/cron task.
SecurityConfig
TypeRef
A reference to a type with its fields.
ValidationRule
A validation rule on an input field.

Enums§

DependencyKind
The kind of dependency between capabilities.
FlowStepKind
The type of step in a request flow.
HttpMethod
SideEffect