mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 17:33:19 +01:00
6 lines
67 B
Go
6 lines
67 B
Go
package provider
|
|
|
|
type AlertProvider interface {
|
|
IsValid() bool
|
|
}
|