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

Use protobuf struct in create function of service SDK #1305

Merged
merged 2 commits into from
Sep 8, 2019

Conversation

NicolasMahe
Copy link
Member

This PR change Service SDK create function to accept as parameter CreateServiceRequest struct to create a service instead of the Service struct itself.

Closes #1147

@NicolasMahe NicolasMahe added the release:change Pull requests that change something existant label Sep 4, 2019
@NicolasMahe NicolasMahe added this to the next milestone Sep 4, 2019
@NicolasMahe NicolasMahe self-assigned this Sep 4, 2019
@antho1404 antho1404 merged commit e27fc99 into dev Sep 8, 2019
@antho1404 antho1404 deleted the feature/service-create-request branch September 8, 2019 05:01
@NicolasMahe NicolasMahe changed the title Use CreateServiceRequest struct to create a service Use protobuf struct in create function of service SDK Sep 23, 2019
@NicolasMahe NicolasMahe mentioned this pull request Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring release:change Pull requests that change something existant
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ServiceSDK create function should accept another struct than service.Service
3 participants