-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add functions for generic OpenAPI CRUD handling #644
Conversation
2b43b78
to
9cae7bc
Compare
Signed-off-by: Dainius Serplis <[email protected]>
9f370c6
to
b3b69da
Compare
a041cf4
to
a9968ac
Compare
a9968ac
to
1bb3b54
Compare
Signed-off-by: Dainius Serplis <[email protected]>
49a3451
to
a0fd7a9
Compare
Signed-off-by: Dainius Serplis <[email protected]>
88ca688
to
53b72bf
Compare
Signed-off-by: Dainius Serplis <[email protected]>
5f00d72
to
2df30b0
Compare
Signed-off-by: Dainius Serplis <[email protected]>
2df30b0
to
873cf5e
Compare
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
Signed-off-by: Dainius Serplis <[email protected]>
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.
First pass, mainly dealing with documentation and comments. More after testing
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.
Thanks for a huge refactoring and reduction of repeated code. Let's test the nuts of it before merging!
Signed-off-by: Dainius Serplis <[email protected]>
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.
Running some tests with CSE, LGTM, will approve afterwards
Signed-off-by: Dainius Serplis <[email protected]>
About
This PR is about an attempt to leverage Go generics (parametric polymorphism) to streamline SDK development.
As part of this PR, a few of the existing entities were converted to demonstrate the use of new functions.
Terminology
These names are not set in stone and are subject to change.
Commits
Next PRs contain self review and fixed over all codebase.
Testing