Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type NotificationConf ¶
type NotificationConf struct {
repos.BaseEntity `json:",inline" graphql:"noinput"`
CreatedBy common.CreatedOrUpdatedBy `json:"createdBy" graphql:"noinput"`
LastUpdatedBy common.CreatedOrUpdatedBy `json:"lastUpdatedBy" graphql:"noinput"`
Email *Email `json:"email"`
Slack *Slack `json:"slack"`
Telegram *Telegram `json:"telegram"`
Webhook *Webhook `json:"webhook"`
AccountName string `json:"accountName" graphql:"noinput"`
}
type Subscription ¶
type Subscription struct {
repos.BaseEntity `json:",inline" graphql:"noinput"`
CreatedBy common.CreatedOrUpdatedBy `json:"createdBy" graphql:"noinput"`
LastUpdatedBy common.CreatedOrUpdatedBy `json:"lastUpdatedBy" graphql:"noinput"`
AccountName string `json:"accountName" graphql:"noinput"`
MailAddress string `json:"mailAddress"`
// Configurations *SubscriptionConf `json:"configurations"`
Enabled bool `json:"enabled"`
}
Click to show internal directories.
Click to hide internal directories.