Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeEndpointOfSendEmail ¶
MakeEndpointOfSendEmail creates the endpoint for s.SendEmail.
func NewCronJobs ¶
Types ¶
type SendEmailResponse ¶
type SendEmailResponse struct {
Err error `json:"-"`
}
func (*SendEmailResponse) Body ¶
func (r *SendEmailResponse) Body() interface{}
func (*SendEmailResponse) Failed ¶
func (r *SendEmailResponse) Failed() error
Failed implements endpoint.Failer.
Click to show internal directories.
Click to hide internal directories.