gatus/alerting/provider/provider.go

6 lines
67 B
Go
Raw Normal View History

2020-09-25 01:54:15 +02:00
package provider
type AlertProvider interface {
IsValid() bool
}