libraries

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2026 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 RouterManager

type RouterManager struct {
	Transaction interface{}
	Identifier  string
	Factory     TransactionFactory
}

func (*RouterManager) Init

func (rm *RouterManager) Init(payload string) (interface{}, error)

type TransactionFactory

type TransactionFactory func(settings *models.Settings) TransactionInterface

type TransactionInterface

type TransactionInterface interface {
	DoSale(transaction interface{}) (interface{}, error)
	DoAuth(transaction interface{}) (interface{}, error)
}

Jump to

Keyboard shortcuts

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