Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
이 PR 은 Swagger pilot codes 를 담고 있습니다.
코드 리뷰 및 라이브 데모를 확인해 보시고, 의견을 주시고,
이 PR이 merge 되면 추후 Swagger 코드를 더 추가하면 되겠습니다.
CC: @seokho-son
api-runtime/rest-runtime/
디렉토리에 대해Swagger docs 를 만들어 주는 프로그램인
swag
를 실행시켜api-runtime/rest-runtime/docs/
디렉토리에 Swagger docs 생성(필요 시 output dir 변경 가능)
Makefile
에swag
관련 target 추가 (swag
설치 필요)createKey
함수에 대해 Swagger Go annotations 작성[TODO]
Swagger page 에 표시될 정보 추가
(참고: Tumblebug)
Swagger REST API dashboard 추가
(참고: Tumblebug)
Spider Swagger REST API 페이지 추가
(참고: Tumblebug)
...