Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Handlers = []api.Handler{ { Version: api.V1, Method: http.MethodGet, Path: "/healths", Func: getHealthSummary, }, { Version: api.V1, Method: http.MethodGet, Path: "/healths/services/:serviceType", Func: genServiceHealthHistory, }, { Version: api.V1, Method: http.MethodGet, Path: "/healths/services/:serviceType/modules/:moduleType", Func: getModuleHealthHistory, }, { Version: api.V1, Method: http.MethodPatch, Path: "/healths", Func: checkAndRepairAllModules, }, { Version: api.V1, Method: http.MethodPatch, Path: "/healths/services/:serviceType/modules/:moduleType", Func: forceRepairModule, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.