Drop Release() from SilenceMapper

Not used
This commit is contained in:
Łukasz Mierzwa
2018-01-20 16:27:00 -08:00
parent 1f89ba05fe
commit c7fb8db98d

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