Directories
¶
| Path | Synopsis |
|---|---|
|
Package engine is the pure mock-data core: it lifts an OpenAPI 3.1 document's component schemas into an entity model, infers the relation graph between them, and materializes relationally-consistent seed data into an in-memory store.
|
Package engine is the pure mock-data core: it lifts an OpenAPI 3.1 document's component schemas into an entity model, infers the relation graph between them, and materializes relationally-consistent seed data into an in-memory store. |
|
Package server is the two-plane mock HTTP layer over an engine StateStore: a raw, spec-faithful mock plane and an enveloped control plane under a prefix.
|
Package server is the two-plane mock HTTP layer over an engine StateStore: a raw, spec-faithful mock plane and an enveloped control plane under a prefix. |
|
store
|
|
|
postgres
Package postgres is the durable, hosted implementation of server.ProjectStore: the project registry (ids, names, spec bytes) lives in Postgres so a redeployed binary can replay its projects on boot.
|
Package postgres is the durable, hosted implementation of server.ProjectStore: the project registry (ids, names, spec bytes) lives in Postgres so a redeployed binary can replay its projects on boot. |
Click to show internal directories.
Click to hide internal directories.