# Functions
AddHideErrorListTypeJSONSchemaValidatorOption option func.
NewFileLocalStorage read from file.
NewFileSystemStorage constructor.
NewInMemStorage constructor.
NewJSONSchemaValidator constructor.
NewStructValidator using go library https://github.com/go-playground/validator (all struct tags will be here) https://godoc.org/github.com/go-playground/validator (documentation using it) NewStructValidator function.
NewValidator constructor, using jsonschema & struct validator (github.com/go-playground/validator), jsonschema source file load from "api/jsonschema" directory.
SetCoreStructValidatorOption option func.
SetJSONSchemaValidator option func.
SetSchemaStorageJSONSchemaValidatorOption option func.
SetStructValidator option func.
# Structs
JSONSchemaValidator validator.
StructValidator struct.
Validator instance.
# Interfaces
Storage abstraction.
# Type aliases
JSONSchemaValidatorOptionFunc type.
OptionFunc type.
StructValidatorOptionFunc type.