Documentation
¶
Overview ¶
Command full is a complete, runnable example app built on the gogo library: a small shared-notes service. A note has a name, a body, a public/private flag, and free-text (name-keyed) owners. It exists to demonstrate the whole library contract -- the five archetypes, the route/Access presets, an OwnershipModel, app pages rendered in the shared chrome, App.Nav/CSP/ParseConfig/Lifecycle -- and to give gogo its own end-to-end (Robot Framework) test target. See docs/user-guide.md, which walks through this exact app.
Run it with:
URL=http://localhost:8080/ LISTEN=:8080 ADMIN_TOFU=true go run ./examples/full
then visit /setup to claim the first admin, /notes to manage notes, /users for account management, and /metrics for Prometheus.
Click to show internal directories.
Click to hide internal directories.