Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTargetConfig ¶
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 ¶
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 ¶
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.
Click to show internal directories.
Click to hide internal directories.