Rename package name #8

Merged
alexvanin merged 1 commit from :git-migration into master 2023-03-13 07:22:25 +00:00
Owner

Due to source code relocation from GitHub.

Due to source code relocation from GitHub.
alexvanin self-assigned this 2023-03-07 15:03:26 +00:00
requested reviews from realloc, dkirillov, ironbee 2023-03-07 15:04:21 +00:00
dkirillov reviewed 2023-03-09 06:14:46 +00:00
@ -16,4 +16,3 @@
// AuthOKCode is the HTTP code returned for type AuthOK
const AuthOKCode int = 200
/*AuthOK Base64 encoded stable binary marshaled bearer token bodies.

Which version of swagger did you use?

$ git status
On branch git-migration
Your branch is up to date with 'alexvanin/git-migration'.

nothing to commit, working tree clean

$ git diff


$ make
./bin/swagger generate server -t gen -f ./spec/rest.yaml --exclude-main \
        -A frostfs-rest-gw -P models.Principal \
        -C templates/server-config.yaml --template-dir templates
...


$ git diff
diff --git a/gen/restapi/operations/auth_responses.go b/gen/restapi/operations/auth_responses.go
index 20c3e1f..6398535 100644
--- a/gen/restapi/operations/auth_responses.go
+++ b/gen/restapi/operations/auth_responses.go
@@ -16,8 +16,7 @@ import (
 // AuthOKCode is the HTTP code returned for type AuthOK
 const AuthOKCode int = 200
 
-/*
-AuthOK Base64 encoded stable binary marshaled bearer token bodies.
+/*AuthOK Base64 encoded stable binary marshaled bearer token bodies.
 
 swagger:response authOK
 */
...
Which version of swagger did you use? ``` $ git status On branch git-migration Your branch is up to date with 'alexvanin/git-migration'. nothing to commit, working tree clean $ git diff $ make ./bin/swagger generate server -t gen -f ./spec/rest.yaml --exclude-main \ -A frostfs-rest-gw -P models.Principal \ -C templates/server-config.yaml --template-dir templates ... $ git diff diff --git a/gen/restapi/operations/auth_responses.go b/gen/restapi/operations/auth_responses.go index 20c3e1f..6398535 100644 --- a/gen/restapi/operations/auth_responses.go +++ b/gen/restapi/operations/auth_responses.go @@ -16,8 +16,7 @@ import ( // AuthOKCode is the HTTP code returned for type AuthOK const AuthOKCode int = 200 -/* -AuthOK Base64 encoded stable binary marshaled bearer token bodies. +/*AuthOK Base64 encoded stable binary marshaled bearer token bodies. swagger:response authOK */ ... ```
Author
Owner

I used make generate-server command but it seems something went wrong 🤔. Updated, please check it once again.

I used `make generate-server` command but it seems something went wrong 🤔. Updated, please check it once again.
dkirillov marked this conversation as resolved
alexvanin force-pushed git-migration from 32df93ced3 to d2d88ba21b 2023-03-13 06:48:05 +00:00 Compare
dkirillov approved these changes 2023-03-13 07:19:12 +00:00
alexvanin merged commit d2d88ba21b into master 2023-03-13 07:22:25 +00:00
alexvanin deleted branch git-migration 2023-03-13 07:22:26 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.