Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidCurrency validator.Func = func(fieldLevel validator.FieldLevel) bool { if currency, ok := fieldLevel.Field().Interface().(string); ok { return util.IsSupportedCurrency(currency) } return false }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.