Documentation
¶
Overview ¶
Command gen-app-cmds generates one cmd/<app>/main.go stub per app in apps.Wire so each app builds as its own standalone binary AND still mounts into the unified cloud binary. Adding an app in apps.Wire() is the one edit; this regenerates its cmd/<app> stub. Run via the go:generate directive in apps/apps.go: `go generate ./apps`.
Click to show internal directories.
Click to hide internal directories.