Documentation
¶
Index ¶
Constants ¶
View Source
const ApplicationName = "metadata"
ApplicationName is used as a default for logging very early errors when the configuration isn't read yet.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application interface { IsApplication() bool // Run runs the application, including setup and teardown phase // // returns the exit code - we do not call os.Exit inside Run() int }
Application is the central singleton representing the entire application.
Click to show internal directories.
Click to hide internal directories.