Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Handlers = []api.Handler{ { Version: api.V1, Method: http.MethodGet, Path: "/tunings", Func: getTunings, }, { Version: api.V1, Method: http.MethodGet, Path: "/tunings/specs", Func: getTuningSpecs, }, { Version: api.V1, Method: http.MethodPut, Path: "/tunings/:ParameterName", Func: applyTuning, }, { Version: api.V1, Method: http.MethodPut, Path: "/tunings", Func: applyTunings, }, { Version: api.V1, Method: http.MethodPut, Path: "/tunings/:ParameterName/status", Func: updateTuningStatus, }, { Version: api.V1, Method: http.MethodDelete, Path: "/tuning/:ParameterName", Func: deleteTuning, }, { Version: api.V1, Method: http.MethodDelete, Path: "/tunings", Func: deleteTunings, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.