Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Handlers = []apis.Handler{ { Version: apis.V1, Method: http.MethodGet, Path: "/tunings/specs", Func: listTuningSpecs, }, { Version: apis.V1, Method: http.MethodGet, Path: "/tunings/parameters", Func: listTunings, }, { Version: apis.V1, Method: http.MethodPatch, Path: "/tunings/parameters/:parameterName", Func: updateTuning, }, { Version: apis.V1, Method: http.MethodPatch, Path: "/tunings/parameters/:parameterName/enable", Func: enableOrDisableTuning, }, { Version: apis.V1, Method: http.MethodPost, Path: "/tunings/parameters/:parameterName/reset", Func: resetTuning, }, { Version: apis.V1, Method: http.MethodPatch, Path: "/tunings/tasks", Func: updateTuningTask, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.