MCPcopy Create free account
hub / github.com/1Password/for-open-source / ValidationError

Struct ValidationError

script/validator.go:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type ValidationError struct {
25 Section string
26 Value string
27 Message string
28}
29
30type ValidatorCallback func(string) (bool, string, string)
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected