Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "" BuildDate = "" )
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application ...
func NewApplication ¶
func NewApplication( config config.IConfig, once Ionce, hook Ihook, poll Ipoll, sigChan chan os.Signal, ) *Application
NewApplication ...
type IHookHttp ¶
type IHookHttp interface {
Start(route string, handler func(http.ResponseWriter, *http.Request))
}
IHookHttp is our interface used for the Hook sgtartegy
Click to show internal directories.
Click to hide internal directories.