Replies: 1 comment 1 reply
-
I think I understand the issue. The validation works only on structs. I was imagining that it goes into slice items and map values (why not?)... The error message is not helpful. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to validate a slice of some types. When I am checking for the error, I see
validator: (nil []map[string]interface {})
which I don't understand. What does this error mean in this example?Beta Was this translation helpful? Give feedback.
All reactions