Documentation
¶
Index ¶
- Variables
- func AddClientCredentials(clientCredentials models.CustomerCredentials, d dal.ICustomer) (models.ApplicationErrorCodes, string)
- func GetNextFlakeID() uint64
- func HashString(data string) string
- func InitFlakeIDGenerator()
- func ProcessExperian20(incomingRequest string, expDal dal.IExperian, expOutbound outbound.IExperian, ...) (models.ApplicationErrorCodes, string)
- func ProcessIDMatch(incomingRequest string, idDal dal.IIDMatch, expOutbound outbound.IIDMatch) (models.ApplicationErrorCodes, string)
- func ValidateAuthHeader(header string, serviceName string) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var GoFlake *flake.Flake
GoFlake ... GoFlake
Functions ¶
func AddClientCredentials ¶
func AddClientCredentials(clientCredentials models.CustomerCredentials, d dal.ICustomer) (models.ApplicationErrorCodes, string)
AddClientCredentials ... AddClientCredentials
func InitFlakeIDGenerator ¶
func InitFlakeIDGenerator()
InitFlakeIDGenerator ... Init Global variables
func ProcessExperian20 ¶
func ProcessExperian20(incomingRequest string, expDal dal.IExperian, expOutbound outbound.IExperian, dependencies models.IConfig) (models.ApplicationErrorCodes, string)
ProcessExperian20 .. ProcessExperian20
func ProcessIDMatch ¶
func ProcessIDMatch(incomingRequest string, idDal dal.IIDMatch, expOutbound outbound.IIDMatch) (models.ApplicationErrorCodes, string)
ProcessIDMatch .. ProcessIDMatch
func ValidateAuthHeader ¶
ValidateAuthHeader ... Validate Authentication Header
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.