Added notification types

This commit is contained in:
2018-02-28 11:30:47 +01:00
parent fe400de851
commit b77229595e
3 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,7 @@ func testPackage(pkg string) {
Message: "Test failed",
Link: "https://" + pkg,
Icon: "https://notify.moe/images/brand/220.png",
Type: arn.NotificationTypePackageTest,
})
return
}