transfers_pkg

package
v0.0.0-...-2e3d4c0 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TRANSFERS

type TRANSFERS interface {
	GetTransfers1() (*models_pkg.ListTransfers, error)

	GetTransferById(string) (*models_pkg.GetTransfer, error)

	PostCreateTransfer(*models_pkg.CreateTransfer) (*models_pkg.GetTransfer, error)
}

* Interface for the TRANSFERS_IMPL

type TRANSFERS_IMPL

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

* Client structure as interface implementation

func NewTRANSFERS

func NewTRANSFERS(config configuration_pkg.CONFIGURATION) *TRANSFERS_IMPL

* Factory for the TRANSFERS interaface returning TRANSFERS_IMPL

func (*TRANSFERS_IMPL) GetTransferById

func (me *TRANSFERS_IMPL) GetTransferById(
	transferId string) (*models_pkg.GetTransfer, error)

*

  • GetTransferById
  • @param string transferId parameter: Required
  • @return Returns the *models_pkg.GetTransfer response from the API call

func (*TRANSFERS_IMPL) GetTransfers1

func (me *TRANSFERS_IMPL) GetTransfers1() (*models_pkg.ListTransfers, error)

*

  • Gets all transfers
  • @return Returns the *models_pkg.ListTransfers response from the API call

func (*TRANSFERS_IMPL) PostCreateTransfer

func (me *TRANSFERS_IMPL) PostCreateTransfer(
	body *models_pkg.CreateTransfer) (*models_pkg.GetTransfer, error)

*

  • CreateTransfer
  • @param *models_pkg.CreateTransfer body parameter: Required
  • @return Returns the *models_pkg.GetTransfer response from the API call

Jump to

Keyboard shortcuts

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