Versions in this module Expand all Collapse all v0 v0.1.2 Mar 11, 2024 v0.1.1 Mar 10, 2024 Changes in this version + type Validator struct + Validator *validate.Validate + func (v *Validator) LoadSchema(name string, tomlSchema string) error + func (v *Validator) ValidateSchema(name string, data map[string]interface{}) map[string]interface{} v0.1.0 Mar 10, 2024 Changes in this version + func NewValidator(v *validate.Validate) validator