efritz/go-mockgen

View on GitHub
internal/e2e-tests/reference.go

Summary

Maintainability
A
0 mins
Test Coverage
package e2etests

import "context"

type Retrier interface {
    Retry(ctx context.Context, command Command) error
}

type Command func() error