| 206 | } |
| 207 | |
| 208 | type HooksExecutor struct { |
| 209 | migrationContext *base.MigrationContext |
| 210 | writer io.Writer |
| 211 | } |
| 212 | |
| 213 | func NewHooksExecutor(migrationContext *base.MigrationContext) *HooksExecutor { |
| 214 | return &HooksExecutor{ |
nothing calls this directly
no outgoing calls
no test coverage detected