From 2c423e61d344642091455f1f81967b5dd34a584d Mon Sep 17 00:00:00 2001 From: stuart nelson Date: Wed, 4 Jan 2017 22:48:37 -0500 Subject: [PATCH] Clean up types --- src/Types.elm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Types.elm b/src/Types.elm index baca99d4..a2f5c8b9 100644 --- a/src/Types.elm +++ b/src/Types.elm @@ -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