3 Star 0 Fork 0

Gitee 极速下载 / go-swagger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/go-swagger/go-swagger
克隆/下载
get_account_parameters.go 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
fredbi 提交于 2018-04-17 08:09 . Updated OAuth2 example
// Code generated by go-swagger; DO NOT EDIT.
package operations
// 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/errors"
"github.com/go-openapi/runtime/middleware"
)
// NewGetAccountParams creates a new GetAccountParams object
// no default values defined in spec.
func NewGetAccountParams() GetAccountParams {
return GetAccountParams{}
}
// GetAccountParams contains all the bound params for the get account operation
// typically these are obtained from a http.Request
//
// swagger:parameters GetAccount
type GetAccountParams struct {
// HTTP Request Object
HTTPRequest *http.Request `json:"-"`
}
// BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface
// for simple values it will use straight method calls.
//
// To ensure default values, the struct must have been initialized with NewGetAccountParams() beforehand.
func (o *GetAccountParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error {
var res []error
o.HTTPRequest = r
if len(res) > 0 {
return errors.CompositeValidationError(res...)
}
return nil
}
Go
1
https://gitee.com/mirrors/go-swagger.git
git@gitee.com:mirrors/go-swagger.git
mirrors
go-swagger
go-swagger
v0.19.0

搜索帮助

53164aa7 5694891 3bd8fe86 5694891