gatus/alerting/provider/provider.go
2020-09-24 19:54:15 -04:00

6 lines
67 B
Go

package provider
type AlertProvider interface {
IsValid() bool
}