We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
src/api/rest/server/mcis/*.go
What would you like to be enhanced :
src/core/mcis/*.go 파일들은 정리를 통해 더 여러 개의 파일로 나뉘었으나 src/api/rest/server/mcis/*.go 파일들은 이에 align되지 않음
src/core/mcis/*.go
benchmark.go
control.go
manageInfo.go
monitoring.go
monitor.go
orchestration.go
provisioning.go
recommendation.go
remoteCommand.go
utility.go
(반드시 align되어야 하는 것은 아닐 수도 있지만, 예를 들면 func CreateMcis 코어 함수는 provisioning.go 에 있는데 이 함수에 대응되는 REST API 함수 func RestPostMcis 는 control.go 에 있는 상황입니다.)
func CreateMcis
func RestPostMcis
Why is this needed :
Proposed solution :
The text was updated successfully, but these errors were encountered:
jihoon-seo
Successfully merging a pull request may close this issue.
What would you like to be enhanced
:
src/core/mcis/*.go
파일들은 정리를 통해 더 여러 개의 파일로 나뉘었으나src/api/rest/server/mcis/*.go
파일들은 이에 align되지 않음src/core/mcis/*.go
src/api/rest/server/mcis/*.go
benchmark.go
control.go
control.go
manageInfo.go
monitoring.go
monitor.go
orchestration.go
orchestration.go
provisioning.go
recommendation.go
recommendation.go
remoteCommand.go
utility.go
utility.go
(반드시 align되어야 하는 것은 아닐 수도 있지만,
예를 들면
func CreateMcis
코어 함수는provisioning.go
에 있는데이 함수에 대응되는 REST API 함수
func RestPostMcis
는control.go
에 있는 상황입니다.)Why is this needed
:
Proposed solution
:
The text was updated successfully, but these errors were encountered: