Documentation
¶
Index ¶
- func AdaptSESConfig(sesConfig *repository.SESConfig) *beans.SESConfigDto
- func AdaptSMTPConfig(smtpConfig *repository.SMTPConfig) *beans.SMTPConfigDto
- func AdaptSlackConfig(slackConfig repository.SlackConfig) beans.SlackConfigDto
- func AdaptWebhookConfig(webhookConfig repository.WebhookConfig) beans.WebhookConfigDto
- func BuildConfigUpdateModelForSES(sesConfig *repository.SESConfig, model *repository.SESConfig, userId int32)
- func BuildConfigUpdateModelForSMTP(smtpConfig *repository.SMTPConfig, model *repository.SMTPConfig, userId int32)
- func BuildConfigUpdateModelForSlack(slackConfig *repository.SlackConfig, model *repository.SlackConfig, ...)
- func BuildConfigUpdateModelForWebhook(webhookConfig *repository.WebhookConfig, model *repository.WebhookConfig, ...)
- func BuildSESNewConfigs(sesReq []*beans.SESConfigDto, userId int32) []*repository.SESConfig
- func BuildSMTPNewConfigs(smtpReq []*beans.SMTPConfigDto, userId int32) []*repository.SMTPConfig
- func BuildSlackNewConfigs(slackReq []beans.SlackConfigDto, userId int32) []*repository.SlackConfig
- func BuildWebhookNewConfigs(webhookReq []beans.WebhookConfigDto, userId int32) []*repository.WebhookConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdaptSESConfig ¶
func AdaptSESConfig(sesConfig *repository.SESConfig) *beans.SESConfigDto
func AdaptSMTPConfig ¶
func AdaptSMTPConfig(smtpConfig *repository.SMTPConfig) *beans.SMTPConfigDto
func AdaptSlackConfig ¶
func AdaptSlackConfig(slackConfig repository.SlackConfig) beans.SlackConfigDto
func AdaptWebhookConfig ¶
func AdaptWebhookConfig(webhookConfig repository.WebhookConfig) beans.WebhookConfigDto
func BuildConfigUpdateModelForSES ¶
func BuildConfigUpdateModelForSES(sesConfig *repository.SESConfig, model *repository.SESConfig, userId int32)
func BuildConfigUpdateModelForSMTP ¶
func BuildConfigUpdateModelForSMTP(smtpConfig *repository.SMTPConfig, model *repository.SMTPConfig, userId int32)
func BuildConfigUpdateModelForSlack ¶
func BuildConfigUpdateModelForSlack(slackConfig *repository.SlackConfig, model *repository.SlackConfig, userId int32)
func BuildConfigUpdateModelForWebhook ¶
func BuildConfigUpdateModelForWebhook(webhookConfig *repository.WebhookConfig, model *repository.WebhookConfig, userId int32)
func BuildSESNewConfigs ¶
func BuildSESNewConfigs(sesReq []*beans.SESConfigDto, userId int32) []*repository.SESConfig
func BuildSMTPNewConfigs ¶
func BuildSMTPNewConfigs(smtpReq []*beans.SMTPConfigDto, userId int32) []*repository.SMTPConfig
func BuildSlackNewConfigs ¶
func BuildSlackNewConfigs(slackReq []beans.SlackConfigDto, userId int32) []*repository.SlackConfig
func BuildWebhookNewConfigs ¶
func BuildWebhookNewConfigs(webhookReq []beans.WebhookConfigDto, userId int32) []*repository.WebhookConfig
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.