mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Drop Release() from SilenceMapper
Not used
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user