Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func Entrypoint(bi *app.BuildInfo) func Lib(path string) int32 func Run(bi *app.BuildInfo) (util.Logger, error) type Flags func (f *Flags) Addr() string func (f *Flags) Clone(port uint16) *Flags Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Entrypoint ¶ added in v0.11.19 func Entrypoint(bi *app.BuildInfo) func Lib ¶ func Lib(path string) int32 Lib starts the application as a library, returning the actual TCP port the server is listening on (as an int32 to make interop easier). func Run ¶ func Run(bi *app.BuildInfo) (util.Logger, error) Types ¶ type Flags ¶ type Flags struct { Address string Port uint16 ConfigDir string Debug bool } func (*Flags) Addr ¶ func (f *Flags) Addr() string func (*Flags) Clone ¶ func (f *Flags) Clone(port uint16) *Flags Source Files ¶ View all Source files action.go all.go entrypoint.go helper.go lib.go root.go run.go server.go site.go state.go up.go update.go upgrade.go util.go version.go wasm.go Click to show internal directories. Click to hide internal directories.