mirror of
https://github.com/TwiN/gatus.git
synced 2025-02-18 03:01:16 +01:00
6 lines
67 B
Go
6 lines
67 B
Go
|
package provider
|
||
|
|
||
|
type AlertProvider interface {
|
||
|
IsValid() bool
|
||
|
}
|