All checks were successful
ci/woodpecker/pr/pre-commit Pipeline was successful
Signed-off-by: Airat Arifullin a.arifullin@yadro.com
9 lines
304 B
Go
9 lines
304 B
Go
package tree
|
|
|
|
import "time"
|
|
|
|
type defaultMetricsRegister struct{}
|
|
|
|
func (defaultMetricsRegister) AddReplicateTaskDuration(time.Duration, bool) {}
|
|
func (defaultMetricsRegister) AddReplicateWaitDuration(time.Duration, bool) {}
|
|
func (defaultMetricsRegister) AddSyncDuration(time.Duration, bool) {}
|