types

package
v1.1.11 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parameters

type Parameters struct {
	// # ANALYZER PARAMETERS
	Analyzer string `json:"analyzer"`
	ScanType string `json:"scan_type"`
	Input    string `json:"input"`
	// # API PARAMETERS
	Token        string `json:"token"`
	PluginType   string `json:"plugin_type"`
	EnvType      int    `json:"env_type"`
	AnalysisType int    `json:"analysis_type"`
	// # GENERAL PARAMETERS
	FailCriteria    string    `json:"fail_criteria"`
	SkipFail        bool      `json:"skip_fail"`
	ForceDbUpdate   bool      `json:"force_db_update"`
	EnvironmentType string    `json:"environment_type"`
	Duration        time.Time `json:"duration"`

	// # DIGGITY & JACKED PARAMETERS
	Diggity diggity.Parameters `json:"diggity,omitempty"`
	Jacked  jacked.Parameters  `json:"jacked,omitempty"`
}

Jump to

Keyboard shortcuts

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