Skip to content

Commit 3f11cd6

Browse files
authored
Merge pull request #60 from /issues/59
Deleting old documentation that is not relevant anymore
2 parents 7ffda0f + e83f985 commit 3f11cd6

17 files changed

+54
-1973
lines changed

demo/MicroservicesAccelerators.pdf

-2.65 MB
Binary file not shown.

demo/clamp-metrics-grafana-dashboard.json

Lines changed: 0 additions & 850 deletions
This file was deleted.

demo/clamp_demo.postman_environment.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

demo/clamp_demo_postman_collection.json

Lines changed: 0 additions & 391 deletions
This file was deleted.
File renamed without changes.

docs/README.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

docs/_coverpage.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/_sidebar.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/arch.png

-25.7 KB
Binary file not shown.

docs/docs.go

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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

54
package 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
500488
var 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

509497
type s struct{}

0 commit comments

Comments
 (0)