Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application top level properties and methods for running Brizo
func (*Application) Initialize ¶
func (app *Application) Initialize() error
Initialize makes sure the app is ready to run
func (*Application) Server ¶
func (app *Application) Server() error
Server starts the HTTP server for the app
type ChecksHealth ¶
type ChecksHealth func() error
ChecksHealth interface for health checking components
type RunsMigrations ¶
type RunsMigrations func() error
RunsMigrations interface for running migrations
Click to show internal directories.
Click to hide internal directories.