feat(grpc): add alert other fields. (#327)

This commit is contained in:
Bo-Yi Wu
2018-01-06 15:03:21 +08:00
committed by GitHub
parent 230cfb23fa
commit ffd78ffaec
6 changed files with 345 additions and 37 deletions

View File

@@ -33,6 +33,8 @@ func main() {
Title: "Test Title",
Body: "Test Alert Body",
Subtitle: "Test Alert Sub Title",
LocKey: "Test loc key",
LocArgs: []string{"test", "test"},
},
})
if err != nil {