MCPcopy
hub / github.com/apache/devlake / ExecuteOperation

Struct ExecuteOperation

backend/server/services/remote/models/migration.go:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type ExecuteOperation struct {
37 Sql string `json:"sql"`
38 Dialect *string `json:"dialect"`
39 IgnoreError bool `json:"ignore_error"`
40}
41
42func (o ExecuteOperation) Execute(basicRes context.BasicRes) errors.Error {
43 var err errors.Error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected