Documentation ¶ Index ¶ type Analyzer func New(db config.Database) *Analyzer func (a *Analyzer) Analyze(ctx context.Context, n ast.Node, query string, migrations []string, ...) (*core.Analysis, error) func (a *Analyzer) Close(_ context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Analyzer ¶ type Analyzer struct { // contains filtered or unexported fields } func New ¶ func New(db config.Database) *Analyzer func (*Analyzer) Analyze ¶ func (a *Analyzer) Analyze(ctx context.Context, n ast.Node, query string, migrations []string, ps *named.ParamSet) (*core.Analysis, error) func (*Analyzer) Close ¶ func (a *Analyzer) Close(_ context.Context) error Source Files ¶ View all Source files analyze.go Click to show internal directories. Click to hide internal directories.