golang

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Issue

type Issue struct {
	Severity   severity.Severity `json:"severity"`
	Confidence string            `json:"confidence"`
	Details    string            `json:"details"`
	File       string            `json:"file"`
	Code       string            `json:"code"`
	Line       string            `json:"line"`
	Column     string            `json:"column"`
}

type Output

type Output struct {
	Issues []Issue `json:"Issues"`
}

Jump to

Keyboard shortcuts

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