Skip to content

Commit

Permalink
chore: add application name
Browse files Browse the repository at this point in the history
  • Loading branch information
duonganhthu43 committed Sep 20, 2023
1 parent c42f82e commit dbc8919
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dozer-types/protos/cloud_notification.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ message Notification {
string id = 1;
google.protobuf.Timestamp created_at = 2;
string namespace = 3;
Level level = 4;
bool is_read = 5;
optional string app_name = 4;
Level level = 5;
bool is_read = 6;
oneof kind {
PodNotification pod = 6;
PodNotification pod = 7;
}
}

Expand Down

0 comments on commit dbc8919

Please sign in to comment.