tunings

package
v0.0.1-dev-fe9d83c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2025 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Handlers = []api.Handler{
		{
			Version: api.V1,
			Method:  http.MethodGet,
			Path:    "/tunings/specs",
			Func:    getTuningSpecs,
		},
		{
			Version: api.V1,
			Method:  http.MethodGet,
			Path:    "/tunings/parameters",
			Func:    getTunings,
		},
		{
			Version: api.V1,
			Method:  http.MethodPatch,
			Path:    "/tunings/parameters/:parameterName",
			Func:    updateTuning,
		},
		{
			Version: api.V1,
			Method:  http.MethodPatch,
			Path:    "/tunings/parameters/:parameterName/enable",
			Func:    enableOrDisableTuning,
		},
		{
			Version: api.V1,
			Method:  http.MethodPost,
			Path:    "/tunings/parameters/:parameterName/reset",
			Func:    resetTuning,
		},
		{
			Version: api.V1,
			Method:  http.MethodPatch,
			Path:    "/tunings/tasks/:taskId",
			Func:    updateTuningTask,
		},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL