代码拉取完成,页面将自动刷新
// Code generated by go-swagger; DO NOT EDIT.
package restapi
// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command
import (
"encoding/json"
)
var (
// SwaggerJSON embedded version of the swagger document used at generation time
SwaggerJSON json.RawMessage
// FlatSwaggerJSON embedded flattened version of the swagger document used at generation time
FlatSwaggerJSON json.RawMessage
)
func init() {
SwaggerJSON = json.RawMessage([]byte(`{
"swagger": "2.0",
"info": {
"title": "Greeting Server",
"version": "1.0.0"
},
"paths": {
"/hello": {
"get": {
"produces": [
"text/plain"
],
"operationId": "getGreeting",
"parameters": [
{
"type": "string",
"description": "defaults to World if not given",
"name": "name",
"in": "query"
}
],
"responses": {
"200": {
"description": "returns a greeting",
"schema": {
"description": "contains the actual greeting as plain text",
"type": "string"
}
}
}
}
}
}
}`))
FlatSwaggerJSON = json.RawMessage([]byte(`{
"swagger": "2.0",
"info": {
"title": "Greeting Server",
"version": "1.0.0"
},
"paths": {
"/hello": {
"get": {
"produces": [
"text/plain"
],
"operationId": "getGreeting",
"parameters": [
{
"type": "string",
"description": "defaults to World if not given",
"name": "name",
"in": "query"
}
],
"responses": {
"200": {
"description": "returns a greeting",
"schema": {
"description": "contains the actual greeting as plain text",
"type": "string"
}
}
}
}
}
}
}`))
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。