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) 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
Click to show internal directories.
Click to hide internal directories.