forked from TrueCloudLab/frostfs-node
6 lines
136 B
Go
6 lines
136 B
Go
|
package audit
|
||
|
|
||
|
func (ap *Processor) processStartAudit(epoch uint64) {
|
||
|
ap.log.Info("flushing left audit results and refilling queue")
|
||
|
}
|