Categorygithub.com/MagalixTechnologies/core/validator
modulepackage
0.0.20
Repository: https://github.com/magalixtechnologies/core.git
Documentation: pkg.go.dev

# Functions

Struct validates a structs exposed fields, and automatically validates nested structs, unless otherwise specified.
StructCtx validates a structs exposed fields, and automatically validates nested structs, unless otherwise specified and also allows passing of context.Context for contextual validation information.
StructExcept validates all fields except the ones passed in.
StructExceptCtx validates all fields except the ones passed in and allows passing of contextual validation validation information via context.Context Fields may be provided in a namespaced fashion relative to the struct provided i.e.
StructPartial validates the fields passed in only, ignoring all others.
StructPartialCtx validates the fields passed in only, ignoring all others and allows passing of contextual validation validation information via context.Context Fields may be provided in a namespaced fashion relative to the struct provided eg.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author