gv

package module
v0.0.0-...-8e8872c Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2015 License: BSD-3-Clause Imports: 8 Imported by: 0

README

gogv

Package to send text messages from a google voice account.

The basis for this package is https://code.google.com/p/pygooglevoice/ and https://code.google.com/r/kkleidal-pygooglevoiceupdate/. If in the future the package expands to more I expect to use both as a reference. Thank you to the authors of both, I wouldn't have created this had I not previously used pygooglevoice.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrLoginFailed = errors.New("Failed to login")
View Source
var ErrLogoutFailed = errors.New("Failed to logout")
View Source
var ErrNotLoggedIn = errors.New("Not logged in")
View Source
var ErrSendSmsFailed = errors.New("Failed to send sms")

Functions

This section is empty.

Types

type GV

type GV struct {
	ShowStatus bool
	// contains filtered or unexported fields
}

func (*GV) Login

func (g *GV) Login(email string, password string) error

func (*GV) Logout

func (g *GV) Logout() error

func (*GV) SendSms

func (g *GV) SendSms(phoneNumber string, text string) error

Jump to

Keyboard shortcuts

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