All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m25s
10 lines
177 B
Go
10 lines
177 B
Go
//go:build !windows && !darwin && !linux
|
|
|
|
package guard
|
|
|
|
import "time"
|
|
|
|
func Start(onViolation func(kind, reason string)) {}
|
|
func Stop() {}
|
|
func SuppressFor(_ time.Duration) {}
|