代码拉取完成,页面将自动刷新
// Code generated by go-swagger; DO NOT EDIT.
package user
// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command
import (
"net/http"
"github.com/go-openapi/runtime"
)
// LoginUserOKCode is the HTTP code returned for type LoginUserOK
const LoginUserOKCode int = 200
/*LoginUserOK successful operation
swagger:response loginUserOK
*/
type LoginUserOK struct {
/*
In: Body
*/
Payload string `json:"body,omitempty"`
}
// NewLoginUserOK creates LoginUserOK with default headers values
func NewLoginUserOK() *LoginUserOK {
return &LoginUserOK{}
}
// WithPayload adds the payload to the login user o k response
func (o *LoginUserOK) WithPayload(payload string) *LoginUserOK {
o.Payload = payload
return o
}
// SetPayload sets the payload to the login user o k response
func (o *LoginUserOK) SetPayload(payload string) {
o.Payload = payload
}
// WriteResponse to the client
func (o *LoginUserOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) {
rw.WriteHeader(200)
payload := o.Payload
if err := producer.Produce(rw, payload); err != nil {
panic(err) // let the recovery middleware deal with this
}
}
// LoginUserBadRequestCode is the HTTP code returned for type LoginUserBadRequest
const LoginUserBadRequestCode int = 400
/*LoginUserBadRequest Invalid username/password supplied
swagger:response loginUserBadRequest
*/
type LoginUserBadRequest struct {
}
// NewLoginUserBadRequest creates LoginUserBadRequest with default headers values
func NewLoginUserBadRequest() *LoginUserBadRequest {
return &LoginUserBadRequest{}
}
// WriteResponse to the client
func (o *LoginUserBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) {
rw.Header().Del(runtime.HeaderContentType) //Remove Content-Type on empty responses
rw.WriteHeader(400)
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。