Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { *mux.Router SettingsService baasapi.SettingsService LDAPService baasapi.LDAPService FileService baasapi.FileService JobScheduler baasapi.JobScheduler ScheduleService baasapi.ScheduleService }
Handler is the HTTP handler used to handle settings operations.
func NewHandler ¶
func NewHandler(bouncer *security.RequestBouncer) *Handler
NewHandler creates a handler to manage settings operations.
Click to show internal directories.
Click to hide internal directories.