Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DIDComm Connector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mike Sell
DIDComm Connector
Commits
131d6c09
Commit
131d6c09
authored
1 year ago
by
Marvin Berstecher
Browse files
Options
Downloads
Patches
Plain Diff
change of: swag init -d controller -g connection.go
parent
7baf492f
No related branches found
Branches containing commit
Tags
v0.0.7
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/docs.go
+4
-4
4 additions, 4 deletions
docs/docs.go
docs/swagger.json
+4
-4
4 additions, 4 deletions
docs/swagger.json
docs/swagger.yaml
+4
-4
4 additions, 4 deletions
docs/swagger.yaml
with
12 additions
and
12 deletions
docs/docs.go
+
4
−
4
View file @
131d6c09
...
...
@@ -48,7 +48,7 @@ const docTemplate = `{
}
},
"/connections/block/{did}": {
"p
u
t": {
"p
os
t": {
"description": "Blocks existing connection (more to be added)",
"consumes": [
"application/json"
...
...
@@ -142,7 +142,7 @@ const docTemplate = `{
}
}
},
"p
u
t": {
"p
os
t": {
"description": "Creates connection endpoint (more to be added)",
"consumes": [
"application/json"
...
...
@@ -278,8 +278,8 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var
SwaggerInfo
=
&
swag
.
Spec
{
Version
:
"1.0"
,
Host
:
"localhost:
808
0"
,
BasePath
:
"/
tobedefined
"
,
Host
:
"localhost:
909
0"
,
BasePath
:
"/"
,
Schemes
:
[]
string
{},
Title
:
"DIDComm Connector API"
,
Description
:
"This is a sample server celler server."
,
...
...
This diff is collapsed.
Click to expand it.
docs/swagger.json
+
4
−
4
View file @
131d6c09
...
...
@@ -15,8 +15,8 @@
},
"version"
:
"1.0"
},
"host"
:
"localhost:
808
0"
,
"basePath"
:
"/
tobedefined
"
,
"host"
:
"localhost:
909
0"
,
"basePath"
:
"/"
,
"paths"
:
{
"/connections"
:
{
"get"
:
{
...
...
@@ -42,7 +42,7 @@
}
},
"/connections/block/{did}"
:
{
"p
u
t"
:
{
"p
os
t"
:
{
"description"
:
"Blocks existing connection (more to be added)"
,
"consumes"
:
[
"application/json"
...
...
@@ -136,7 +136,7 @@
}
}
},
"p
u
t"
:
{
"p
os
t"
:
{
"description"
:
"Creates connection endpoint (more to be added)"
,
"consumes"
:
[
"application/json"
...
...
This diff is collapsed.
Click to expand it.
docs/swagger.yaml
+
4
−
4
View file @
131d6c09
basePath
:
/
tobedefined
host
:
localhost:
808
0
basePath
:
/
host
:
localhost:
909
0
info
:
contact
:
email
:
support@swagger.io
...
...
@@ -89,7 +89,7 @@ paths:
summary
:
Update existing connection
tags
:
-
Connections
p
u
t
:
p
os
t
:
consumes
:
-
application/json
description
:
Creates connection endpoint (more to be added)
...
...
@@ -104,7 +104,7 @@ paths:
tags
:
-
Connections
/connections/block/{did}
:
p
u
t
:
p
os
t
:
consumes
:
-
application/json
description
:
Blocks existing connection (more to be added)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment