Skip to content

Commit

Permalink
Assign operationId to all APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored Jun 3, 2024
2 parents f3acf47 + b89f6a1 commit 95b310e
Show file tree
Hide file tree
Showing 29 changed files with 632 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/runSpider.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

CONTAINER_NAME_READ="CB-Spider"
CONTAINER_VERSION="0.8.17"
CONTAINER_VERSION="0.8.18"
CONTAINER_PORT="-p 1024:1024 -p 2048:2048"
CONTAINER_DATA_PATH="/root/go/src/github.com/cloud-barista/cb-spider/meta_db"
CONTAINER_ENV="-e SERVER_ADDRESS=localhost -e SPIDER_LOG_LEVEL=error -e SPIDER_HISCALL_LOG_LEVEL=error -e ID_TRANSFORM_MODE=ON"
Expand Down
154 changes: 154 additions & 0 deletions src/api/rest/docs/docs.go

Large diffs are not rendered by default.

Loading

0 comments on commit 95b310e

Please sign in to comment.