Add missing provider.go file

This commit is contained in:
TwinProduction 2020-09-24 19:54:15 -04:00
parent fac7b8551a
commit 5655661778

View File

@ -0,0 +1,5 @@
package provider
type AlertProvider interface {
IsValid() bool
}