Skip to content
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

Organize src/api/rest/server/mcis/*.go files #999

Closed
jihoon-seo opened this issue Dec 3, 2021 · 0 comments · Fixed by #1026
Closed

Organize src/api/rest/server/mcis/*.go files #999

jihoon-seo opened this issue Dec 3, 2021 · 0 comments · Fixed by #1026
Assignees
Labels
enhancement New feature or request

Comments

@jihoon-seo
Copy link
Member

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 X
control.go control.go
manageInfo.go X
monitoring.go monitor.go
orchestration.go orchestration.go
provisioning.go X
recommendation.go recommendation.go
remoteCommand.go X
utility.go utility.go

(반드시 align되어야 하는 것은 아닐 수도 있지만,
예를 들면 func CreateMcis 코어 함수는 provisioning.go 에 있는데
이 함수에 대응되는 REST API 함수 func RestPostMciscontrol.go 에 있는 상황입니다.)

Why is this needed
:

Proposed solution
:

@jihoon-seo jihoon-seo added the enhancement New feature or request label Dec 3, 2021
@jihoon-seo jihoon-seo self-assigned this Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant