# Functions
No description provided by the author
RegisterNotificationServiceHandler registers the http handlers for service NotificationService to "mux".
RegisterNotificationServiceHandlerClient registers the http handlers for service NotificationService to "mux".
RegisterNotificationServiceHandlerFromEndpoint is same as RegisterNotificationServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterNotificationServiceHandlerServer registers the http handlers for service NotificationService to "mux".
No description provided by the author
# Constants
APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
No description provided by the author
No description provided by the author
PermissionDeploymentNotificationList is required to list deployment's Notifications.
PermissionNotificationMarkAsRead is required to mark notification as read.
PermissionNotificationMarkAsUnread is required to mark notification as unread.
# Variables
No description provided by the author
# Structs
ListDeploymentNotificationsRequest is used to request a list of Notifications for given deployment.
MarkNotificationRequest is used to mark notifications for given deployment as Read/Unread.
Notification contains all attributes of a notification.
Details about notification read.
NotificationContent holds content and it's mime type.
NotificationList contains a list of Notification items.
UnimplementedNotificationServiceServer can be embedded to have forward compatible implementations.
# Interfaces
NotificationServiceClient is the client API for NotificationService service.
NotificationServiceServer is the server API for NotificationService service.