endpoints

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Endpoints = []Endpoint{
	{
		Path:     hello.Path,
		Method:   hello.Method,
		Function: hello.ProcessRequest,
	},
	{
		Path:     kubeneat.Path,
		Method:   kubeneat.Method,
		Function: kubeneat.ProcessRequest,
	},
	{
		Path:     kubeval.Path,
		Method:   kubeval.Method,
		Function: kubeval.ProcessRequest,
	},
	{
		Path:     trivy.PathConfig,
		Method:   trivy.Method,
		Function: trivy.ProcessRequestConfig,
	},
	{
		Path:     trivy.PathVulnerability,
		Method:   trivy.Method,
		Function: trivy.ProcessRequestVulnerability,
	},
	{
		Path:     trivy.PathSBOM,
		Method:   trivy.Method,
		Function: trivy.ProcessRequestSBOM,
	},
	{
		Path:     polaris.Path,
		Method:   polaris.Method,
		Function: polaris.ProcessRequest,
	},
	{
		Path:     kubescape.Path,
		Method:   kubescape.Method,
		Function: kubescape.ProcessRequest,
	},
	{
		Path:     kubeconform.Path,
		Method:   kubeconform.Method,
		Function: kubeconform.ProcessRequest,
	},
}

Functions

This section is empty.

Types

type Endpoint

type Endpoint struct {
	Path     string
	Method   string
	Function gin.HandlerFunc
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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