controllers

package
v0.6.7 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDownloadPcap

func GetDownloadPcap(c *gin.Context)

func GetItem

func GetItem(c *gin.Context)

func GetReplay

func GetReplay(c *gin.Context)

func GetTargeted added in v0.6.0

func GetTargeted(c *gin.Context)

func GetTotalTcpStreams

func GetTotalTcpStreams(c *gin.Context)

func GetValidate

func GetValidate(c *gin.Context)

func GetVersion

func GetVersion(c *gin.Context)

func PostMerge

func PostMerge(c *gin.Context)

func PostRegex added in v0.6.2

func PostRegex(c *gin.Context)

func PostStorageLimit added in v0.5.0

func PostStorageLimit(c *gin.Context)

func PostTargeted added in v0.6.0

func PostTargeted(c *gin.Context)

func PostWorker

func PostWorker(c *gin.Context)

Used by outside Kubernetes deployments

func WebsocketHandler

func WebsocketHandler(c *gin.Context)

Types

type Target

type Target struct {
	Name      string `json:"name"`
	Namespace string `json:"namespace"`
}

type ValidateResponse

type ValidateResponse struct {
	Valid   bool   `json:"valid"`
	Message string `json:"message"`
}

type VersionResponse added in v0.5.0

type VersionResponse struct {
	Ver string `json:"ver"`
}

Jump to

Keyboard shortcuts

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