go-zero/core/stat/alert_polyfill.go

12 lines
165 B
Go
Raw Normal View History

2020-07-26 17:09:05 +08:00
// +build !linux
package stat
// Report reports given message.
2020-07-26 17:09:05 +08:00
func Report(string) {
}
// SetReporter sets the given reporter.
2020-07-26 17:09:05 +08:00
func SetReporter(func(string)) {
}