entities

package
v1.10.3 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2021 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 Output

type Output struct {
	File      string      `json:"file"`
	Line      int         `json:"line"`
	EndLine   int         `json:"endLine"`
	Column    int         `json:"column"`
	EndColumn int         `json:"endColumn"`
	Level     string      `json:"level"`
	Code      int         `json:"code"`
	Message   string      `json:"message"`
	Fix       interface{} `json:"fix"`
}

func (*Output) GetColumn

func (o *Output) GetColumn() string

func (*Output) GetLine

func (o *Output) GetLine() string

Jump to

Keyboard shortcuts

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