forked from ebhomengo/niki
add app.go
This commit is contained in:
parent
9bc29c4b21
commit
461540c63d
|
|
@ -0,0 +1,8 @@
|
||||||
|
package doanteApp
|
||||||
|
|
||||||
|
import "net/http"
|
||||||
|
|
||||||
|
type Application struct {
|
||||||
|
Config Config
|
||||||
|
HTTPServer *http.Server
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue