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

service: move some types to service.go #903

Merged
merged 3 commits into from
Apr 20, 2019

Conversation

ilgooz
Copy link
Contributor

@ilgooz ilgooz commented Apr 19, 2019

No description provided.

this improvement eventually will be made for all other types as well when we start merging small files together in service pkg.

this one is needed to be made now to simplify the review of service Manager that will be introduced soon.
krhubert
krhubert previously approved these changes Apr 19, 2019
Copy link
Member

@NicolasMahe NicolasMahe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you want to move the type in service.go?

@ilgooz
Copy link
Contributor Author

ilgooz commented Apr 19, 2019

Why do you want to move the type in service.go?

It is to make it easy the review the next PR here #904. Otherwise you'll see more code changes on #904 where some blocks of code is removed from some files and added to other ones. It's hard to see if there are any lines of code is actually changed or not during this kind code move.

with this quick update, you'll only see file names are renamed and that's all. no extra new files, no file deletions and no having blocks of code moved to other files.

--
and please see the commit message's details for more info

@antho1404 antho1404 merged commit 1cfce88 into dev Apr 20, 2019
@antho1404 antho1404 deleted the refactoring/service/type-organization branch April 20, 2019 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants