account_pkg

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ACCOUNT

type ACCOUNT interface {
	GetBalance(string) (interface{}, error)
}

* Interface for the ACCOUNT_IMPL

type ACCOUNT_IMPL

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

* Client structure as interface implementation

func NewACCOUNT

func NewACCOUNT(config configuration_pkg.CONFIGURATION) *ACCOUNT_IMPL

* Factory for the ACCOUNT interaface returning ACCOUNT_IMPL

func (*ACCOUNT_IMPL) GetBalance

func (me *ACCOUNT_IMPL) GetBalance(
	format string) (interface{}, error)

*

  • Get a summary of your account balance.
  • @param string format parameter: Required
  • @return Returns the interface{} response from the API call

Jump to

Keyboard shortcuts

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