Drop Release() from SilenceMapper

Not used
This commit is contained in:
Łukasz Mierzwa
2018-01-22 11:26:36 -08:00
parent 1f89ba05fe
commit c7fb8db98d
-1
View File
@@ -28,7 +28,6 @@ type AlertMapper interface {
type SilenceMapper interface {
Mapper
Decode(io.ReadCloser) ([]models.Silence, error)
Release() string
}
// RegisterAlertMapper allows to register mapper implementing alert data