We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fdde9 commit a3ab90fCopy full SHA for a3ab90f
pkg/metrics/http_middleware.go
@@ -9,7 +9,7 @@ import (
9
10
// HttpApiMetrics is an interface that defines the methods that can be used to collect metrics.
11
//
12
-//go:generate mockgen -destination=./mock/http_middleware.go github.com/stackitcloud/external-dns-stackit-webhook HttpApiMetrics
+//go:generate mockgen -destination=./mock/http_middleware.go -source=./http_middleware.go HttpApiMetrics
13
type HttpApiMetrics interface {
14
// CollectTotalRequests increment the total requests for the api
15
CollectTotalRequests()
0 commit comments