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 ModelWithAppearance ¶ added in v0.3.2
type ModelWithAppearance struct {
Model Model
Appearance Appearance
}
Click to show internal directories.
Click to hide internal directories.