niki/authapp/app.go

9 lines
108 B
Go

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