go-zero/core/stat/alert_polyfill.go

10 lines
92 B
Go
Raw Normal View History

2020-07-26 17:09:05 +08:00
// +build !linux
package stat
func Report(string) {
}
func SetReporter(func(string)) {
}