Skip to content

Commit

Permalink
Merge pull request #60 from /issues/59
Browse files Browse the repository at this point in the history
Deleting old documentation that is not relevant anymore
  • Loading branch information
priyaaank authored Oct 19, 2020
2 parents 7ffda0f + e83f985 commit 3f11cd6
Show file tree
Hide file tree
Showing 17 changed files with 54 additions and 1,973 deletions.
Binary file removed demo/MicroservicesAccelerators.pdf
Binary file not shown.
850 changes: 0 additions & 850 deletions demo/clamp-metrics-grafana-dashboard.json

This file was deleted.

19 changes: 0 additions & 19 deletions demo/clamp_demo.postman_environment.json

This file was deleted.

391 changes: 0 additions & 391 deletions demo/clamp_demo_postman_collection.json

This file was deleted.

File renamed without changes.
52 changes: 0 additions & 52 deletions docs/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/_coverpage.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/_sidebar.md

This file was deleted.

Binary file removed docs/arch.png
Binary file not shown.
26 changes: 7 additions & 19 deletions docs/docs.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// This file was generated by swaggo/swag at
// 2020-07-07 16:42:12.083616 +0530 IST m=+0.056490824
// This file was generated by swaggo/swag

package docs

Expand All @@ -20,7 +19,6 @@ var doc = `{
"description": "{{.Description}}",
"title": "{{.Title}}",
"contact": {},
"license": {},
"version": "{{.Version}}"
},
"host": "{{.Host}}",
Expand All @@ -39,7 +37,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"description": "Service Request Id",
"description": "Service Request ID",
"name": "serviceRequestId",
"in": "path",
"required": true
Expand Down Expand Up @@ -277,7 +275,6 @@ var doc = `{
"type": "object",
"properties": {
"error": {
"type": "object",
"$ref": "#/definitions/models.ClampErrorResponse"
},
"requestHeaders": {
Expand All @@ -292,9 +289,6 @@ var doc = `{
},
"stepId": {
"type": "integer"
},
"stepStatusRecorded": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -384,9 +378,6 @@ var doc = `{
"val"
],
"properties": {
"canStepExecute": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
Expand All @@ -406,7 +397,6 @@ var doc = `{
}
},
"requestTransform": {
"type": "object",
"$ref": "#/definitions/models.RequestTransform"
},
"transform": {
Expand All @@ -419,7 +409,6 @@ var doc = `{
"type": "string"
},
"val": {
"type": "object",
"$ref": "#/definitions/models.Val"
},
"when": {
Expand All @@ -437,7 +426,6 @@ var doc = `{
"type": "string"
},
"payload": {
"type": "object",
"$ref": "#/definitions/models.Payload"
},
"status": {
Expand Down Expand Up @@ -498,12 +486,12 @@ type swaggerInfo struct {

// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = swaggerInfo{
Version: "1.0",
Host: "localhost:8080",
BasePath: "/",
Version: "",
Host: "",
BasePath: "",
Schemes: []string{},
Title: "Clamp Swagger API",
Description: "An opinionated approach to microservices architecture and orchestration",
Title: "",
Description: "",
}

type s struct{}
Expand Down
27 changes: 0 additions & 27 deletions docs/index.html

This file was deleted.

Empty file removed docs/scenarios.md
Empty file.
21 changes: 2 additions & 19 deletions docs/swagger.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
{
"swagger": "2.0",
"info": {
"description": "An opinionated approach to microservices architecture and orchestration",
"title": "Clamp Swagger API",
"termsOfService": "http://swagger.io/terms/",
"contact": {},
"license": {},
"version": "1.0"
"contact": {}
},
"host": "localhost:8080",
"basePath": "/",
"paths": {
"/serviceRequest/{serviceRequestId}": {
"get": {
Expand All @@ -24,7 +17,7 @@
"parameters": [
{
"type": "string",
"description": "Service Request Id",
"description": "Service Request ID",
"name": "serviceRequestId",
"in": "path",
"required": true
Expand Down Expand Up @@ -262,7 +255,6 @@
"type": "object",
"properties": {
"error": {
"type": "object",
"$ref": "#/definitions/models.ClampErrorResponse"
},
"requestHeaders": {
Expand All @@ -277,9 +269,6 @@
},
"stepId": {
"type": "integer"
},
"stepStatusRecorded": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -369,9 +358,6 @@
"val"
],
"properties": {
"canStepExecute": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
Expand All @@ -391,7 +377,6 @@
}
},
"requestTransform": {
"type": "object",
"$ref": "#/definitions/models.RequestTransform"
},
"transform": {
Expand All @@ -404,7 +389,6 @@
"type": "string"
},
"val": {
"type": "object",
"$ref": "#/definitions/models.Val"
},
"when": {
Expand All @@ -422,7 +406,6 @@
"type": "string"
},
"payload": {
"type": "object",
"$ref": "#/definitions/models.Payload"
},
"status": {
Expand Down
16 changes: 1 addition & 15 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ definitions:
properties:
error:
$ref: '#/definitions/models.ClampErrorResponse'
type: object
requestHeaders:
type: string
response:
Expand All @@ -13,8 +12,6 @@ definitions:
type: string
stepId:
type: integer
stepStatusRecorded:
type: boolean
type: object
models.ClampErrorResponse:
properties:
Expand Down Expand Up @@ -69,8 +66,6 @@ definitions:
type: object
models.Step:
properties:
canStepExecute:
type: boolean
enabled:
type: boolean
id:
Expand All @@ -85,7 +80,6 @@ definitions:
type: array
requestTransform:
$ref: '#/definitions/models.RequestTransform'
type: object
transform:
type: boolean
transformFormat:
Expand All @@ -94,7 +88,6 @@ definitions:
type: string
val:
$ref: '#/definitions/models.Val'
type: object
when:
type: string
required:
Expand All @@ -110,7 +103,6 @@ definitions:
type: string
payload:
$ref: '#/definitions/models.Payload'
type: object
status:
type: string
time_taken:
Expand Down Expand Up @@ -140,22 +132,16 @@ definitions:
- name
- steps
type: object
host: localhost:8080
info:
contact: {}
description: An opinionated approach to microservices architecture and orchestration
license: {}
termsOfService: http://swagger.io/terms/
title: Clamp Swagger API
version: "1.0"
paths:
/serviceRequest/{serviceRequestId}:
get:
consumes:
- application/json
description: Get service request by service request id
parameters:
- description: Service Request Id
- description: Service Request ID
in: path
name: serviceRequestId
required: true
Expand Down
Loading

0 comments on commit 3f11cd6

Please sign in to comment.