Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Main ¶ added in v0.700.0
func Main()
Main is the whole program entry point: it installs the top-level panic recovery and runs the root command.
The repository's own main.go is one call to this function, and so is the main.go that `xpando build` generates for a composed binary. That is the reason it exists: internal/logging is unreachable from another module, so a generated main package could only call Execute and would silently lose the panic handler. Anything that must happen for *every* Pando binary belongs here, not in main.go.
Types ¶
This section is empty.
Source Files
¶
- acp.go
- agentvcs.go
- agui_serve.go
- app.go
- app_command.go
- auth.go
- bridge_delegation.go
- cliassist.go
- convert.go
- cronjob.go
- db.go
- design.go
- desktop.go
- entrypoint.go
- extensions.go
- filter.go
- gain.go
- init.go
- ipc.go
- ipc_primary_rpc.go
- ipc_wiring.go
- kb.go
- llm_proxy.go
- mcp.go
- mcp_server.go
- project.go
- root.go
- secret.go
- serve.go
- telemetry.go
- update.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Command xpando composes a Pando binary from the public core plus one or more extension modules.
|
Command xpando composes a Pando binary from the public core plus one or more extension modules. |
Click to show internal directories.
Click to hide internal directories.