Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Postmark ¶
type Postmark struct {
// contains filtered or unexported fields
}
Postmark allows sending of emails using the 3rd party Postmark service
func NewPostmark ¶
NewPostmark returns a new Postmark bindings instance
func (*Postmark) Invoke ¶
func (p *Postmark) Invoke(req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
Invoke does the work of sending message to Postmark API
func (*Postmark) Operations ¶
func (p *Postmark) Operations() []bindings.OperationKind
Operations returns list of operations supported by Postmark binding
Click to show internal directories.
Click to hide internal directories.