type github.com/google/go-cmp/cmp.validator
9 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L187: s := &state{opts: Options{validator{}}}
options.go#L71: case validator:
options.go#L72: out = validator{} // Takes precedence over comparer or transformer
options.go#L77: case validator:
options.go#L208: type validator struct{ core }
options.go#L210: func (validator) filter(_ *state, _ reflect.Type, vx, vy reflect.Value) applicableOption {
options.go#L212: return validator{}
options.go#L215: return validator{}
options.go#L219: func (validator) apply(s *state, vx, vy reflect.Value) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |