Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Handlers = []api.Handler{ { Version: api.V1, Method: "GET", Path: "/supportFiles", Func: listSupportFiles, }, { Version: api.V1, Method: "POST", Path: "/supportFiles", Func: createSupportFile, }, { Version: api.V1, Method: "PATCH", Path: "/supportFiles/:supportFileGroup", Func: updateSupportFileTask, }, { Version: api.V1, Method: "GET", Path: "/supportFiles/hosts/:hostname", Func: listHostSupportFiles, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.