-
Notifications
You must be signed in to change notification settings - Fork 652
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
sdk: Add support for types/enums pkg as sub-packages of each service pkg #441
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skotambkar
force-pushed
the
gen/types-enums
branch
from
November 29, 2019 23:29
773f55c
to
47171c1
Compare
skotambkar
commented
Nov 29, 2019
This was referenced Nov 29, 2019
Closed
Closed
jasdel
suggested changes
Dec 3, 2019
skotambkar
force-pushed
the
gen/types-enums
branch
from
December 4, 2019 01:04
988a204
to
537508f
Compare
jasdel
suggested changes
Dec 9, 2019
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.
Looks good. Couple suggestions mainly focused on code generation.
skotambkar
force-pushed
the
gen/types-enums
branch
from
December 11, 2019 03:00
f061c17
to
d7ced23
Compare
jasdel
suggested changes
Dec 11, 2019
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.
Changes look good. Added suggesting for validateShapeNames
passes.
skotambkar
force-pushed
the
gen/types-enums
branch
from
December 11, 2019 20:15
d7ced23
to
3037c5c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When merging this PR, we should remove api_types, api_enums from all service pkgs.
types
andenums
sub-packages has been added toservice/*
pkg.types
sub-package. Every operation has it's own types file which consist of input, output types for each operation.enums
sub-package.Related to #445