Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServiceGroupApp = new(ServiceGroup)
Functions ¶
This section is empty.
Types ¶
type EmailService ¶
type EmailService struct{}
func (*EmailService) EmailTest ¶
func (e *EmailService) EmailTest() (err error)
func (*EmailService) SendEmail ¶
func (e *EmailService) SendEmail(to, subject, body string) (err error)
type ServiceGroup ¶
type ServiceGroup struct {
EmailService
}
Click to show internal directories.
Click to hide internal directories.