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