outbound

package
v0.0.0-...-647991b Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2022 License: MIT Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExperianCall

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

ExperianCall ... ExperianCall

func (*ExperianCall) Dial

func (c *ExperianCall) Dial(xmlToSend []byte) ([]byte, error)

Dial ... Dial

func (*ExperianCall) SetExperianDetails

func (c *ExperianCall) SetExperianDetails(url, username, password string)

SetExperianDetails ... SetExperianDetails

type ExperianTestCall

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

ExperianTestCall ... ExperianTestCall

func (*ExperianTestCall) Dial

func (c *ExperianTestCall) Dial(xmlToSend []byte) ([]byte, error)

Dial ... Dial

func (*ExperianTestCall) SetExperianDetails

func (c *ExperianTestCall) SetExperianDetails(url, username, password string)

SetExperianDetails ... SetExperianDetails

type IDMatchCall

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

IDMatchCall ... IDMatchCall

func (IDMatchCall) Dial

func (c IDMatchCall) Dial(xmlToSend []byte) ([]byte, error)

Dial ... Dial

func (IDMatchCall) SetIDMatchDetails

func (c IDMatchCall) SetIDMatchDetails(url, username, password string)

SetIDMatchDetails ... SetIDMatchDetails

type IDMatchTestCall

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

IDMatchTestCall ... IDMatchTestCall

func (IDMatchTestCall) Dial

func (c IDMatchTestCall) Dial(xmlToSend []byte) ([]byte, error)

Dial ... Dial

func (IDMatchTestCall) SetIDMatchDetails

func (c IDMatchTestCall) SetIDMatchDetails(url, username, password string)

SetIDMatchDetails ... SetIDMatchDetails

type IExperian

type IExperian interface {
	Dial(xmlToSend []byte) ([]byte, error)
	SetExperianDetails(url, username, password string)
}

IExperian ... IExperian

type IIDMatch

type IIDMatch interface {
	Dial(xmlToSend []byte) ([]byte, error)
	SetIDMatchDetails(url, username, password string)
}

IIDMatch ... IIDMatch

Jump to

Keyboard shortcuts

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