Versions in this module Expand all Collapse all v1 v1.27.1 May 28, 2024 Changes in this version + type Analyzer struct + func New(client pb.QuickClient, 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