package
1.3.1
Repository: https://github.com/asif-mahmud/go-httputil.git
Documentation: pkg.go.dev

# Functions

BindJSON binds body into a struct instance.
BindPathValues binds values from the URL path to the struct fields based on the "path" tag.
BindUrlValues binds url.Values into a struct instance.
FormatErrors formats ValidationErrors into a map of error strings similar to the source data type.
RegisterModifier registers a new modifier or replaces an existing one with tag.
RegisterScrubber registers a new scrubber or replaces existing one with tag.
RegisterTranslation registers a translation or overrides an existing one.
RegisterValidator register custiom validation function.
ValidateStruct validates the incoming structure.

# Structs

Translation defines a custom translation for a specific tag.