Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
Name string
Version string
Config *config.Config
HttpServer *fiber.App
Api *api.Api
}
func NewApplication ¶
func NewApplication(name string) (*Application, error)
func (*Application) Run ¶
func (app *Application) Run() error
Click to show internal directories.
Click to hide internal directories.