Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Handlers = []api.Handler{ { Version: api.V1, Method: http.MethodGet, Path: "/healths", Func: listHealth, }, { Version: api.V1, Method: http.MethodPost, Path: "/healths/:module/repair", Func: repairHealth, }, { Version: api.V1, Method: http.MethodPut, Path: "/healths/:module", Func: updateHealth, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.