filter

package
v0.0.0-...-5372b76 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddOnsResponse

type AddOnsResponse struct {
	Code    string  `json:"code"`
	Message string  `json:"message"`
	Status  string  `json:"status"`
	Results Results `json:"results"`
}

type Response

type Response struct {
	CallerName     string          `json:"caller_name"`
	Carrier        string          `json:"carrier"`
	CountryCode    string          `json:"country_code"`
	NationalFormat string          `json:"national_format"`
	PhoneNumber    string          `json:"phone_number"`
	URL            string          `json:"url"`
	AddOns         *AddOnsResponse `json:"add_ons"`
}

func (*Response) AddOnsResults

func (r *Response) AddOnsResults() []addon.Result

type Results

type Results struct {
	WhitePagesProPhoneRep *whitepagespro.Response `json:"whitepages_pro_phone_rep"`
}

type Twilio

type Twilio struct {
	// contains filtered or unexported fields
}

func NewTwilio

func NewTwilio(sid, token string) *Twilio

func (*Twilio) Action

func (f *Twilio) Action() norobo.Action

func (*Twilio) Check

func (t *Twilio) Check(c *norobo.Call, result chan *norobo.FilterResult, cancel chan struct{}, done *sync.WaitGroup)

func (*Twilio) Description

func (f *Twilio) Description() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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