8 lines
135 B
Go
8 lines
135 B
Go
package models
|
|
|
|
type RespErrorValidate struct {
|
|
Field string `json:"field"`
|
|
Tag string `json:"tag"`
|
|
Value string `json:"value"`
|
|
}
|