mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-12 06:00:25 +08:00
7 lines
140 B
Go
7 lines
140 B
Go
package origins
|
|
|
|
type noopMetrics struct{}
|
|
|
|
func (noopMetrics) IncrementDNSUDPRequests() {}
|
|
func (noopMetrics) IncrementDNSTCPRequests() {}
|