1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-09 07:59:16 +00:00
Files
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
}