twilio

package module
Version: v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

README

twilio-plugin

Adds ability to perform async operations using SMS messages

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Send

func Send(p *async.P, number, text string) *async.P

Types

type SendRequest

type SendRequest struct {
	Number string
	Text   string
	Time   int64
}

func (SendRequest) Type

func (s SendRequest) Type() *async.Type

type SendResponse

type SendResponse struct {
	Approved bool
	Comments string
	Time     int64
}

func (SendResponse) Type

func (s SendResponse) Type() *async.Type

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL