targetconfig

package
v0.53.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateTargetConfig

func CreateTargetConfig(ctx *gin.Context)

CreateTargetConfig godoc

@Tags			target-config
@Summary		Create a target config
@Description	Create a target config
@Param			targetConfig	body		CreateTargetConfigDTO	true	"Target config to create"
@Param			showOptions		query		bool					false	"Show target config options"
@Success		200				{object}	TargetConfig
@Router			/target-config [post]

@id				CreateTargetConfig

func DeleteTargetConfig

func DeleteTargetConfig(ctx *gin.Context)

DeleteTargetConfig godoc

@Tags			target-config
@Summary		Delete a target config
@Description	Delete a target config
@Param			configId	path	string	true	"Target Config Id"
@Success		204
@Router			/target-config/{configId} [delete]

@id				DeleteTargetConfig

func ListTargetConfigs

func ListTargetConfigs(ctx *gin.Context)

ListTargetConfigs godoc

@Tags			target-config
@Summary		List target configs
@Description	List target configs
@Param			showOptions	query	bool	false	"Show target config options"
@Produce		json
@Success		200	{array}	TargetConfig
@Router			/target-config [get]

@id				ListTargetConfigs

Types

This section is empty.

Jump to

Keyboard shortcuts

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