MCPcopy
hub / github.com/apache/answer / MyValidator

Struct MyValidator

internal/base/validator/validator.go:86–90  ·  view source on GitHub ↗

MyValidator my validator

Source from the content-addressed store, hash-verified

84
85// MyValidator my validator
86type MyValidator struct {
87 Validate *validator.Validate
88 Tran ut.Translator
89 Lang i18n.Language
90}
91
92// FormErrorField indicates the current form error content. which field is error and error message.
93type FormErrorField struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected