Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ZLlMWfE = KwoxAIL()
Functions ¶
Types ¶
type App ¶
type App struct {
// Flags holds common CLI flags for the application.
Flags []cli.Flag
// Main is the core function of the application, executed after setup.
Main func(ctx context.Context, cmd *cli.Command) error
}
App provides a wrapper around urfave/cli app setup, including signal handling for graceful shutdown, panic recovery, and flag registration hooks.
Click to show internal directories.
Click to hide internal directories.