Versions in this module Expand all Collapse all v1 v1.5.0 Jan 6, 2022 Changes in this version + type AliyunSMS struct + AccessKeyId string + AccessKeySecret string + SignName string + TemplateCode string + func (asm *AliyunSMS) Validate() error + type AliyunVMS struct + AccessKeyId string + AccessKeySecret string + VMSTtsCode string + func (vms *AliyunVMS) Validate() error + type DingDingWorkNotice struct + AgentId int64 + AppKey string + AppSecret string + func (ding *DingDingWorkNotice) Validate() error + type Email struct + SMTPHost string + SMTPIsSSL bool + SMTPPassword string + SMTPPort int64 + SMTPUser string + func (email *Email) Validate() error + type Interface interface + Validate func() error