Versions in this module Expand all Collapse all v0 v0.4.0 Jul 20, 2026 Changes in this version + func Run(b Boot) error + type Boot struct + App string + Client func(cfg *client.Config) error + Config *client.Config + ForceServer bool + Server func() error + func (b Boot) Resolve() (Mode, *client.Config) + type Mode int + const ModeClient + const ModeServer