MCPcopy
hub / github.com/github/gh-ost / OnStartup

Method OnStartup

go/base/hooks.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8// Hooks is the set of lifecycle callbacks gh-ost invokes during a migration.
9type Hooks interface {
10 OnStartup() error
11 OnValidated() error
12 OnRowCountComplete() error
13 OnBeforeRowCopy() error

Callers 4

MigrateMethod · 0.65
RevertMethod · 0.65
OnStartupMethod · 0.65

Implementers 2

recordingHooksgo/logic/hooks_test.go
HooksExecutorgo/logic/hooks.go

Calls

no outgoing calls

Tested by 1