Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
cmd
Package cmd wires up the service's CLI commands.
|
Package cmd wires up the service's CLI commands. |
|
config
Package config defines the configuration model for the web service.
|
Package config defines the configuration model for the web service. |
|
health
Package health configures and exposes health and liveness/readiness endpoints.
|
Package health configures and exposes health and liveness/readiness endpoints. |
|
site
Package site wires the HTTP site (routes, views, and embedded assets).
|
Package site wires the HTTP site (routes, views, and embedded assets). |
|
site/books
Package books wires the "books" site feature.
|
Package books wires the "books" site feature. |
|
site/books/controller
Package controller defines MVC controllers for the books feature.
|
Package controller defines MVC controllers for the books feature. |
|
site/books/model
Package model defines the data structures used by the books feature.
|
Package model defines the data structures used by the books feature. |
|
site/books/repository
Package repository provides access to the books data used by the site.
|
Package repository provides access to the books data used by the site. |
|
site/books/route
Package route registers HTTP routes for the books feature.
|
Package route registers HTTP routes for the books feature. |
|
site/books/view
Package view provides view constructors for the books feature.
|
Package view provides view constructors for the books feature. |
|
site/meta
Package meta provides shared, cross-cutting metadata used by site view models.
|
Package meta provides shared, cross-cutting metadata used by site view models. |
|
site/robots
Package robots registers the robots.txt endpoint for the site.
|
Package robots registers the robots.txt endpoint for the site. |
|
site/root
Package root wires the site's root (home) feature.
|
Package root wires the site's root (home) feature. |
|
site/root/controller
Package controller defines MVC controllers for the root (home) feature.
|
Package controller defines MVC controllers for the root (home) feature. |
|
site/root/model
Package model defines the data structures used by the root (home) feature.
|
Package model defines the data structures used by the root (home) feature. |
|
site/root/route
Package route registers HTTP routes for the root (home) feature.
|
Package route registers HTTP routes for the root (home) feature. |
|
site/root/view
Package view provides view constructors for the root (home) feature.
|
Package view provides view constructors for the root (home) feature. |
Click to show internal directories.
Click to hide internal directories.