client

package
v0.0.0-...-e76cf3b Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LOGGER = logging.MustGetLogger("client")

Functions

This section is empty.

Types

type AdministrationServiceClient

type AdministrationServiceClient interface {
	GetTxnDetails(txnDetailsRequest model.FItoFITransactionRequest) ([]byte, int, error)
}

type PaymentListenerClient

type PaymentListenerClient interface {
	SubscribePayments(distAccountName string) (err error)
}

type RestAdministrationServiceClient

type RestAdministrationServiceClient struct {
	AdministrationServiceURL string
}

func CreateRestAdministrationServiceClient

func CreateRestAdministrationServiceClient() (RestAdministrationServiceClient, error)

func (RestAdministrationServiceClient) GetTxnDetails

func (client RestAdministrationServiceClient) GetTxnDetails(txnDetailsRequest model.FItoFITransactionRequest) ([]byte, int, error)

type RestPaymentListenerClient

type RestPaymentListenerClient struct {
	PaymentListenerURL string
}

func CreateRestPaymentListenerClient

func CreateRestPaymentListenerClient() (RestPaymentListenerClient, error)

func (RestPaymentListenerClient) SubscribePayments

func (client RestPaymentListenerClient) SubscribePayments(distAccountName string) (err error)

Jump to

Keyboard shortcuts

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