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

Struct migratorImpl

backend/core/migration/migrator.go:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type migratorImpl struct {
36 sync.Mutex
37 basicRes context.BasicRes
38 logger core.Logger
39 executed map[string]bool
40 scripts []*scriptWithComment
41 pending []*scriptWithComment
42}
43
44func (m *migratorImpl) loadExecuted() errors.Error {
45 db := m.basicRes.GetDal()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected