Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package rest is a service for serving specific requests directly to frontend
Index ¶
- type FrontendHandler
 - func (a *FrontendHandler) Filter() func(string) string
 - func (a *FrontendHandler) FrontBootConf(req *restful.Request, rsp *restful.Response)
 - func (a *FrontendHandler) FrontLog(req *restful.Request, rsp *restful.Response)
 - func (a *FrontendHandler) SettingsMenu(req *restful.Request, rsp *restful.Response)
 - func (a *FrontendHandler) SwaggerTags() []string
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrontendHandler ¶
type FrontendHandler struct{}
    func (*FrontendHandler) Filter ¶
func (a *FrontendHandler) Filter() func(string) string
Filter returns a function to filter the swagger path
func (*FrontendHandler) FrontBootConf ¶
func (a *FrontendHandler) FrontBootConf(req *restful.Request, rsp *restful.Response)
func (*FrontendHandler) FrontLog ¶
func (a *FrontendHandler) FrontLog(req *restful.Request, rsp *restful.Response)
Log handles all HTTP requests sent to the FrontLogService, reads the message and directly returns. It then dispatches asynchronously the corresponding log message to technical and audit loggers.
func (*FrontendHandler) SettingsMenu ¶
func (a *FrontendHandler) SettingsMenu(req *restful.Request, rsp *restful.Response)
func (*FrontendHandler) SwaggerTags ¶
func (a *FrontendHandler) SwaggerTags() []string
SwaggerTags list the names of the service tags declared in the swagger json implemented by this service
      
      Source Files
      ¶
    
- plugins.go
 - rest.go
 
 Click to show internal directories. 
   Click to hide internal directories.