feedback/internal/models/validate.go

8 lines
135 B
Go
Raw Normal View History

2023-04-20 02:03:21 +00:00
package models
type RespErrorValidate struct {
Field string `json:"field"`
Tag string `json:"tag"`
Value string `json:"value"`
}