Versions in this module Expand all Collapse all v1 v1.0.0 Nov 17, 2019 Changes in this version + func AddRule(name string, typeDependentMessage bool, rule Rule) + func RequireParametersCount(rule string, params []string, count int) + func SetPlaceholder(placeholderName string, replacer Placeholder) + type Errors map[string][]string + func Validate(request *http.Request, data map[string]interface{}, rules RuleSet, ...) Errors + type Placeholder func(string, string, []string, string) string + type Rule func(string, interface{}, []string, map[string]interface{}) bool + type RuleSet map[string][]string Other modules containing this package github.com/System-Glitch/goyave/v2 github.com/System-Glitch/goyave/v3