Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { // Command provides the CLI building functionality. Command *cmd.Command // Config provides the appkit's default configuration. Config *support.Config // EmbedFS provides the embedded file system for configs, db, views and web build folders. EmbedFS embed.FS // Logger provides the structured logging functionality. Logger *support.Logger // Server provides the HTTP requests handling functionality. Server *pack.Server }
App is the framework core that drives the application.
Click to show internal directories.
Click to hide internal directories.