-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial import to main branch #1
Conversation
. version up golang ( 1.17 -> 1.18 ) . implementation swagger . implementation auth
b87222d
to
98026a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
일단 로컬에서 동작할 수 있게 추가사항을 코멘트 하였습니다.
이후 컴파일만되면 main 에 merge 하겠습니다.
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect | ||
sigs.k8s.io/yaml v1.2.0 // indirect | ||
) | ||
|
||
replace github.com/openinfradev/tks-api => ./ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go 1.18 버전 이상부터는 replace 를 사용할 경우 go.work 파일을 만들어서 사용하게 되어 있습니다.
go.work 파일을 만들어서 아래 내용을 추가해 주세요.
파일명: go.work
go 1.18
use ./
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분은 조금 더 확인해보고 처리하겠습니다. 새로 생긴 feature 이네요.
feature: add keycloak client
DB 연동 로직 추가
initial main merge 진행합니다. |
tks-api 구현 초안으로 main branch merge 를 진행합니다.
tks-apis 의 기본적인 기능은 구현이 되었으나, 코드 클리닝 작업 및 상세 에러 처리등의 작업이 필요한 상황입니다.
전체적인 구조만 확인 바랍니다.
특징
tks-api 상세