Versions in this module Expand all Collapse all v0 v0.1.21 Jul 17, 2026 v0.1.18 Jul 10, 2026 Changes in this version + func ExecuteVolcengine(ctx context.Context, client *volcengine.Client, params VolcengineParams) ([]byte, error) + func ResolveSQL(args []string, filePath string, stdin *os.File) (string, error) + func RunLinked(ctx context.Context, sql string, projectRef string, format string, ...) error + func RunLocal(ctx context.Context, sql string, config pgconn.Config, format string, ...) error + func RunVolcengine(ctx context.Context, client *volcengine.Client, params VolcengineParams, ...) error + type Advisory struct + DocURL string + ID string + Level string + Message string + Priority int + RemediationSQL string + Title string + type VolcengineParams struct + AgentMode bool + BranchID string + Format string + ReadOnly bool + SQL string + WorkspaceID string