()
| 317 | } |
| 318 | |
| 319 | func (v *InlineVerifier) Wait() { |
| 320 | v.backgroundVerificationWg.Wait() |
| 321 | } |
| 322 | |
| 323 | func (v *InlineVerifier) Message() string { |
| 324 | return fmt.Sprintf("currentRowCount = %d, currentEntryCount = %d", v.reverifyStore.CurrentRowCount(), v.reverifyStore.CurrentEntriesCount()) |