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 480bd32 commit cd3d721Copy full SHA for cd3d721
driver/sql/metrics_nop.go
@@ -5,7 +5,8 @@ var NopMetrics Metrics = &nopMetrics{}
5
6
type nopMetrics struct{}
7
8
-func (nm *nopMetrics) ReceivedNotification(isNotification bool) {}
9
-func (nm *nopMetrics) QueueNotification(notification *ProjectionNotification) {}
+func (nm *nopMetrics) ReceivedNotification(isNotification bool) {}
+func (nm *nopMetrics) QueueNotification(notification *ProjectionNotification) {}
10
func (nm *nopMetrics) StartNotificationProcessing(notification *ProjectionNotification) {}
11
-func (nm *nopMetrics) FinishNotificationProcessing(notification *ProjectionNotification, success bool) {}
+func (nm *nopMetrics) FinishNotificationProcessing(notification *ProjectionNotification, success bool) {
12
+}
0 commit comments