Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Drop Release() from SilenceMapper
Browse files Browse the repository at this point in the history
Not used
  • Loading branch information
prymitive committed Jan 21, 2018
1 parent a2f14b1 commit 46c3d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/mapper/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46c3d28

Please sign in to comment.