supportfiles

package
v0.0.1-dev-64e5754 Latest Latest
Warning

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

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

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/tasks/:id",
		Func:    updateSupportFileTask,
	},
	{
		Version: api.V1,
		Method:  "GET",
		Path:    "/supportFiles/:id",
		Func:    getSupportFile,
	},
	{
		Version: api.V1,
		Method:  "DELETE",
		Path:    "/supportFiles/:id",
		Func:    deleteSupportFile,
	},
}

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