twiliovoice

package
v0.8.3 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Twilio

type Twilio struct {
	Name    string `json:"name" yaml:"name" hcl:"name,label"`
	SID     string `json:"sid" yaml:"sid" hcl:"sid"`
	Token   string `json:"token" yaml:"token" hcl:"token"`
	From    string `json:"from" yaml:"from" hcl:"from"`
	To      string `json:"to" yaml:"to" hcl:"to"`
	TwiML   string `json:"twiml" yaml:"twiml" hcl:"twiml,optional"`
	Ignore  bool   `json:"ignore" yaml:"ignore" hcl:"ignore,optional"`
	Timeout int    `json:"timeout" yaml:"timeout" hcl:"timeout,optional"`
}

func (Twilio) Validate

func (tw Twilio) Validate() error

Jump to

Keyboard shortcuts

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