Documentation ¶
Index ¶
Constants ¶
View Source
const ( MethodPost = "POST" MethodGet = "GET" MethodPut = "PUT" MethodDelete = "DELETE" MethodPatch = "PATCH" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerType ¶
type Route ¶
type Route interface { Method() string Path() string Handler() HandlerType }
Route defines an individual API route in the sysdig-monitor server
Click to show internal directories.
Click to hide internal directories.