Documentation
¶
Overview ¶
subsystem-mount example — HIP-0106 Mount(app, deps) idiom.
One zip.App is composed from N subsystems via the Mount(...) contract. Each subsystem is a Go package that exposes:
func Mount(app *zip.App, deps Deps) error
matching the gin-side hanzoai/commerce/checkout.MountPublic pattern.
Click to show internal directories.
Click to hide internal directories.