analyzer

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2019 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:             "DependencyChecker",
	RunDespiteErrors: true,
	Run:              run,
	Requires:         []*analysis.Analyzer{inspect.Analyzer},
}

Analyzer is analysis analyzer struct

Functions

This section is empty.

Types

type Config

type Config struct {
	Base   base       `yaml:"base"`
	Layer1 configBody `yaml:"layer1"`
	Layer2 configBody `yaml:"layer2"`
	Layer3 configBody `yaml:"layer3"`
	Layer4 configBody `yaml:"layer4"`
}

Config is yaml config

Jump to

Keyboard shortcuts

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