verification/internal/models/validate.go

8 lines
135 B
Go
Raw Normal View History

2023-06-12 14:19:10 +00:00
package models
type RespErrorValidate struct {
Field string `json:"field"`
Tag string `json:"tag"`
Value string `json:"value"`
}