Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendNotificationDtoV1 ¶
type SendNotificationDtoV1 struct {
PreviewID string
DeploymentID string
BuildID string
Type notification_enums.Type
}
type SendNotificationsArgsV1 ¶
type SendNotificationsArgsV1 struct {
types.AuthArgsV1
Notifications []SendNotificationDtoV1
}
type SendNotificationsReplyV1 ¶
type SendNotificationsReplyV1 struct {
Done bool
}
Click to show internal directories.
Click to hide internal directories.