scanner

package
v0.0.0-...-776b4fd Latest Latest
Warning

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

Go to latest
Published: May 20, 2023 License: MIT Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrDef

type ErrDef struct {
	Id   string
	File string
	Line int
}

type FuncDef

type FuncDef struct {
	File      string
	LineStart int
	LineEnd   int
}

type PosDef

type PosDef struct {
	File string
	Line int
}

type Source

type Source struct {
	Wraps            []ErrDef
	Panics           []PosDef
	ExcludedBlocks   []PosDef
	ExcludedPackages map[string]bool
	ExcludedFiles    map[string]bool
	ExcludedFuncs    []FuncDef
	CompletePackages map[string]bool
	Skipped          map[string]bool
	All              map[string]ErrDef
	JsTestPackages   map[string]bool
}

func Get

func Get(dir string) (*Source, error)

Jump to

Keyboard shortcuts

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