1 2 3 4 5 6
package types type LoginRequest struct { Username string `form:"username"` Password string `form:"password"` }