Documentation
¶
Index ¶
Constants ¶
View Source
const AU_BANK_ID_LENGTH = 6
View Source
const BE_ACCOUNT_NUMBER_LENGTH = 7
View Source
const UK_ACCOUNT_NUMBER_LENGTH = 8
View Source
const UK_BANK_ID_LENGTH = 6
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Validator ¶
type Validator interface {
Validate() []error
}
func NewValidatorFor ¶
func NewValidatorFor(attr *models.AccountData) Validator
Click to show internal directories.
Click to hide internal directories.