Documentation
¶
Overview ¶
Package app provides the application dependency container and configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
Templates map[string]template.Template
Providers map[string]provider.Provider
StateManager *state.Manager
Config *Config
}
App is the dependency container for the application.
Click to show internal directories.
Click to hide internal directories.