package
2.26.3
Repository: https://github.com/france-ioi/algoreabackend.git
Documentation: pkg.go.dev

# Functions

AnythingFromBytes creates an instance of Anything with data from the given bytes slice.
AnythingFromString creates an instance of Anything with data from the given string.
NewFormData creates a new FormData object for given definitions.

# Structs

Anything represents a value of any type serialized as JSON.
FormData can parse JSON, validate it and construct a map for updating DB.

# Type aliases

FieldErrors represents multiple errors for form fields.