Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterBrowserRoutes ¶
func RegisterBrowserRoutes(ws *restful.WebService, handler *Handler)
RegisterBrowserRoutes adds the browser API routes to the web service.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler wraps the browser service to expose it via API endpoints.
func NewHandler ¶
func NewHandler(svc *browserSvc.BrowserService) *Handler
NewHandler creates a new API handler for the browser service.
Click to show internal directories.
Click to hide internal directories.