package definition type AuthLoginRequest struct { Username string `json:"username"` Password string `json:"password"` } type AuthLoginResponse struct { }