Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App owns process-wide initialisation: filesystem layout, Docker readiness, global containers, and router lifecycle.
func (*App) GetHomeDir ¶
func (*App) Initialize ¶
Initialize runs the startup sequence: filesystem, cleanup, networks, global services, router. Returns the first error encountered so the UI can surface it.
func (*App) IsDockerAvailable ¶
IsDockerAvailable checks if Docker is available and running.
func (*App) SetupFilesystem ¶
Click to show internal directories.
Click to hide internal directories.