Directories
¶
| Path | Synopsis |
|---|---|
|
`nucleus generate module <name>` — the package-per-feature slice generator (ADR-022 §4).
|
`nucleus generate module <name>` — the package-per-feature slice generator (ADR-022 §4). |
|
scaffold
Package scaffold renders the `nucleus new` starter project from a tree of embedded template files instead of inline Go string literals.
|
Package scaffold renders the `nucleus new` starter project from a tree of embedded template files instead of inline Go string literals. |
|
Package configbind is the single place a merged koanf tree becomes a framework config struct.
|
Package configbind is the single place a merged koanf tree becomes a framework config struct. |
|
Package dbclassify holds the per-driver error predicates.
|
Package dbclassify holds the per-driver error predicates. |
|
Package dupfixture holds a model whose type NAME collides with one in the model package's tests: two packages each declaring a Product is the ordinary way two modules end up registering the same model name (NU-20).
|
Package dupfixture holds a model whose type NAME collides with one in the model package's tests: two packages each declaring a Product is the ordinary way two modules end up registering the same model name (NU-20). |
|
Package knownproviders names the backends this project ships as separate modules.
|
Package knownproviders names the backends this project ships as separate modules. |
|
Package providerconfig binds the configuration subtree that belongs to a registered provider — a storage backend, a session store, an authentication backend — into the provider's own typed struct.
|
Package providerconfig binds the configuration subtree that belongs to a registered provider — a storage backend, a session store, an authentication backend — into the provider's own typed struct. |
|
Package providerns answers one question for every configuration validator in the framework: does this key belong to the private subtree of a REGISTERED provider, rather than to app.Config's schema?
|
Package providerns answers one question for every configuration validator in the framework: does this key belong to the private subtree of a REGISTERED provider, rather than to app.Config's schema? |
|
Package routedump is the wire format between a Nucleus application that prints its route table at boot (NUCLEUS_PRINT_ROUTES=1, read by pkg/nucleus.RunContext) and the `nucleus routes` command that runs the application to read it.
|
Package routedump is the wire format between a Nucleus application that prints its route table at boot (NUCLEUS_PRINT_ROUTES=1, read by pkg/nucleus.RunContext) and the `nucleus routes` command that runs the application to read it. |
Click to show internal directories.
Click to hide internal directories.