Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit fe546f5

Browse files
authored
add AlertNotification Uid field (#34)
1 parent 23ff932 commit fe546f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alertnotification.go

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010

1111
type AlertNotification struct {
1212
Id int64 `json:"id,omitempty"`
13+
Uid string `json:"uid"`
1314
Name string `json:"name"`
1415
Type string `json:"type"`
1516
IsDefault bool `json:"isDefault"`

0 commit comments

Comments
 (0)