TransmitSMSClient

package
v0.0.0-...-e5dbb2a Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2020 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 TRANSMITSMS

type TRANSMITSMS interface {
	SMS() sms_pkg.SMS
	Numbers() numbers_pkg.NUMBERS
	EmailSMS() emailsms_pkg.EMAILSMS
	Resellers() resellers_pkg.RESELLERS
	Account() account_pkg.ACCOUNT
	Keywords() keywords_pkg.KEYWORDS
	Lists() lists_pkg.LISTS
	Configuration() configuration_pkg.CONFIGURATION
}

* Interface for the TRANSMITSMS_IMPL

func NewTRANSMITSMS

func NewTRANSMITSMS(username string, password string) TRANSMITSMS

* Factory for the TRANSMITSMS interface returning TRANSMITSMS_IMPL

type TRANSMITSMS_IMPL

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

* Client structure as interface implementation

func (*TRANSMITSMS_IMPL) Account

func (me *TRANSMITSMS_IMPL) Account() account_pkg.ACCOUNT

*

  • Access to Account controller
  • @return Returns the Account() instance

func (*TRANSMITSMS_IMPL) Configuration

func (me *TRANSMITSMS_IMPL) Configuration() configuration_pkg.CONFIGURATION

*

  • Access to Configuration
  • @return Returns the Configuration instance

func (*TRANSMITSMS_IMPL) EmailSMS

func (me *TRANSMITSMS_IMPL) EmailSMS() emailsms_pkg.EMAILSMS

*

  • Access to EmailSMS controller
  • @return Returns the EmailSMS() instance

func (*TRANSMITSMS_IMPL) Keywords

func (me *TRANSMITSMS_IMPL) Keywords() keywords_pkg.KEYWORDS

*

  • Access to Keywords controller
  • @return Returns the Keywords() instance

func (*TRANSMITSMS_IMPL) Lists

func (me *TRANSMITSMS_IMPL) Lists() lists_pkg.LISTS

*

  • Access to Lists controller
  • @return Returns the Lists() instance

func (*TRANSMITSMS_IMPL) Numbers

func (me *TRANSMITSMS_IMPL) Numbers() numbers_pkg.NUMBERS

*

  • Access to Numbers controller
  • @return Returns the Numbers() instance

func (*TRANSMITSMS_IMPL) Resellers

func (me *TRANSMITSMS_IMPL) Resellers() resellers_pkg.RESELLERS

*

  • Access to Resellers controller
  • @return Returns the Resellers() instance

func (*TRANSMITSMS_IMPL) SMS

func (me *TRANSMITSMS_IMPL) SMS() sms_pkg.SMS

*

  • Access to SMS controller
  • @return Returns the SMS() instance

Jump to

Keyboard shortcuts

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