11// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
2- // This file was generated by swaggo/swag at
3- // 2020-07-07 16:42:12.083616 +0530 IST m=+0.056490824
2+ // This file was generated by swaggo/swag
43
54package docs
65
@@ -20,7 +19,6 @@ var doc = `{
2019 "description": "{{.Description}}",
2120 "title": "{{.Title}}",
2221 "contact": {},
23- "license": {},
2422 "version": "{{.Version}}"
2523 },
2624 "host": "{{.Host}}",
@@ -39,7 +37,7 @@ var doc = `{
3937 "parameters": [
4038 {
4139 "type": "string",
42- "description": "Service Request Id ",
40+ "description": "Service Request ID ",
4341 "name": "serviceRequestId",
4442 "in": "path",
4543 "required": true
@@ -277,7 +275,6 @@ var doc = `{
277275 "type": "object",
278276 "properties": {
279277 "error": {
280- "type": "object",
281278 "$ref": "#/definitions/models.ClampErrorResponse"
282279 },
283280 "requestHeaders": {
@@ -292,9 +289,6 @@ var doc = `{
292289 },
293290 "stepId": {
294291 "type": "integer"
295- },
296- "stepStatusRecorded": {
297- "type": "boolean"
298292 }
299293 }
300294 },
@@ -384,9 +378,6 @@ var doc = `{
384378 "val"
385379 ],
386380 "properties": {
387- "canStepExecute": {
388- "type": "boolean"
389- },
390381 "enabled": {
391382 "type": "boolean"
392383 },
@@ -406,7 +397,6 @@ var doc = `{
406397 }
407398 },
408399 "requestTransform": {
409- "type": "object",
410400 "$ref": "#/definitions/models.RequestTransform"
411401 },
412402 "transform": {
@@ -419,7 +409,6 @@ var doc = `{
419409 "type": "string"
420410 },
421411 "val": {
422- "type": "object",
423412 "$ref": "#/definitions/models.Val"
424413 },
425414 "when": {
@@ -437,7 +426,6 @@ var doc = `{
437426 "type": "string"
438427 },
439428 "payload": {
440- "type": "object",
441429 "$ref": "#/definitions/models.Payload"
442430 },
443431 "status": {
@@ -498,12 +486,12 @@ type swaggerInfo struct {
498486
499487// SwaggerInfo holds exported Swagger Info so clients can modify it
500488var SwaggerInfo = swaggerInfo {
501- Version : "1.0 " ,
502- Host : "localhost:8080 " ,
503- BasePath : "/ " ,
489+ Version : "" ,
490+ Host : "" ,
491+ BasePath : "" ,
504492 Schemes : []string {},
505- Title : "Clamp Swagger API " ,
506- Description : "An opinionated approach to microservices architecture and orchestration " ,
493+ Title : "" ,
494+ Description : "" ,
507495}
508496
509497type s struct {}
0 commit comments