5 lines
93 B
Go
5 lines
93 B
Go
package dto
|
|
|
|
type LoginInput struct {
|
|
Password string `json:"password" binding:"required"`
|
|
} |