package
0.0.0-20240903054343-99f5b83e8371
Repository: https://github.com/go-bamboo/layout.git
Documentation: pkg.go.dev
# Variables
No description provided by the author
# Structs
No description provided by the author
BootstrapValidationError is the validation error returned by Bootstrap.Validate if the designated constraints aren't met.
No description provided by the author
DataValidationError is the validation error returned by Data.Validate if the designated constraints aren't met.
No description provided by the author
ServerValidationError is the validation error returned by Server.Validate if the designated constraints aren't met.
No description provided by the author
ServiceValidationError is the validation error returned by Service.Validate if the designated constraints aren't met.
# Type aliases
BootstrapMultiError is an error wrapping multiple validation errors returned by Bootstrap.ValidateAll() if the designated constraints aren't met.
DataMultiError is an error wrapping multiple validation errors returned by Data.ValidateAll() if the designated constraints aren't met.
ServerMultiError is an error wrapping multiple validation errors returned by Server.ValidateAll() if the designated constraints aren't met.
ServiceMultiError is an error wrapping multiple validation errors returned by Service.ValidateAll() if the designated constraints aren't met.