go-zero/core/stat/alert+polyfill.go

13 lines
183 B
Go
Raw Normal View History

//go:build !linux
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)) {
}