[#265] innerring: Generate new audit event

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-12-18 12:27:19 +03:00 committed by Alex Vanin
parent 8c4e033db3
commit 87e1252065
8 changed files with 158 additions and 1 deletions

View file

@ -0,0 +1,5 @@
package audit
func (ap *Processor) processStartAudit(epoch uint64) {
ap.log.Info("flushing left audit results and refilling queue")
}