niki/staffapp/app.go

9 lines
109 B
Go

package staffapp
import "net/http"
type Application struct {
Config Config
HTTPServer *http.Server
}