Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonitorHandler ¶
type MonitorHandler struct {
// contains filtered or unexported fields
}
MonitorHandler handles incoming requests for monitoring.
func NewMonitorHandler ¶
func NewMonitorHandler(log logger.Logger, userClient gen.Handler) *MonitorHandler
NewMonitorHandler creates a new instance of MonitorHandler.
func (*MonitorHandler) ProcessHandler ¶
func (mh *MonitorHandler) ProcessHandler(params apiMonitor.ProcessParams) middleware.Responder
ProcessHandler processes incoming requests and returns a middleware.Responder.
Click to show internal directories.
Click to hide internal directories.