frostfs-node/pkg/innerring/processors/audit/process.go

6 lines
136 B
Go
Raw Normal View History

package audit
func (ap *Processor) processStartAudit(epoch uint64) {
ap.log.Info("flushing left audit results and refilling queue")
}