Documentation ¶
Index ¶
- type HTTPServer
- func (hs *HTTPServer) Index(c *models.ReqContext)
- func (hs *HTTPServer) LoginPost(context *models.ReqContext)
- func (hs *HTTPServer) LoginView(context *models.ReqContext)
- func (hs *HTTPServer) Logout(context *models.ReqContext)
- func (hs *HTTPServer) NotFoundHandler(c *models.ReqContext)
- func (hs *HTTPServer) Run() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
type HTTPServer struct { Setting *setting.Setting RouteRegister routing.RouteRegister // contains filtered or unexported fields }
func ProvideHTTPServer ¶
func ProvideHTTPServer(setting *setting.Setting, routeRegister routing.RouteRegister) (*HTTPServer, error)
func (*HTTPServer) Index ¶
func (hs *HTTPServer) Index(c *models.ReqContext)
func (*HTTPServer) LoginPost ¶
func (hs *HTTPServer) LoginPost(context *models.ReqContext)
func (*HTTPServer) LoginView ¶
func (hs *HTTPServer) LoginView(context *models.ReqContext)
func (*HTTPServer) Logout ¶
func (hs *HTTPServer) Logout(context *models.ReqContext)
func (*HTTPServer) NotFoundHandler ¶
func (hs *HTTPServer) NotFoundHandler(c *models.ReqContext)
func (*HTTPServer) Run ¶
func (hs *HTTPServer) Run() error
Click to show internal directories.
Click to hide internal directories.