Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct { Engine *gin.Engine Config *helpers.Specification }
Application struct holding everything needed to serve Caretaker application
func New ¶
func New() *Application
New initialize the Application application based on the gin http framework
func (*Application) Initialize ¶
func (caretaker *Application) Initialize(config *helpers.Specification) error
Initialize to be executed before the application runs
Click to show internal directories.
Click to hide internal directories.