go-zero/core/stat/alert+polyfill.go
2021-09-12 15:41:33 +08:00

13 lines
183 B
Go

//go:build !linux
// +build !linux
package stat
// Report reports given message.
func Report(string) {
}
// SetReporter sets the given reporter.
func SetReporter(func(string)) {
}