analyzer

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2025 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:     "cqllint",
	Doc:      doc,
	URL:      "compiledquerylenguage.readthedocs.io",
	Run:      run,
	Requires: []*analysis.Analyzer{inspect.Analyzer},
}

force ci

Functions

This section is empty.

Types

type Appearance added in v0.1.2

type Appearance struct {
	// contains filtered or unexported fields
}

type Model

type Model struct {
	Pos  token.Pos
	Name string
}

type ModelWithAppearance added in v0.3.2

type ModelWithAppearance struct {
	Model      Model
	Appearance Appearance
}

type Report added in v0.1.2

type Report struct {
	// contains filtered or unexported fields
}

type Runner added in v0.3.2

type Runner struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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