Clean up types

This commit is contained in:
stuart nelson 2017-01-04 22:48:37 -05:00
parent 64a6ad7b5a
commit 2c423e61d3

View File

@ -29,10 +29,6 @@ type alias Silence =
}
-- TODO: Implement Alert.
type alias AlertGroup =
{ blocks : List Block
, labels : List ( String, String )
@ -60,10 +56,6 @@ type alias RouteOpts =
{ receiver : String }
-- TODO: Implement Matcher.
type alias Matcher =
{ name : String
, value : String