Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2026 Changes in this version + func Annotate(sql, sourceFile string, schema *pluginv1.AnnotationSchema) ([]*irv1.AnnotationValue, error) + type Runner interface + Close func() error + Generate func(ctx context.Context, req *pluginv1.GenerateRequest) (*pluginv1.GenerateResponse, error) + GetInfo func(ctx context.Context) (*pluginv1.GetInfoResponse, error) + func Open(pc config.PluginConfig) (Runner, error)