-
Notifications
You must be signed in to change notification settings - Fork 127
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
feat(iam): add iam application #1339
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1339 +/- ##
==========================================
- Coverage 70.26% 69.79% -0.48%
==========================================
Files 107 109 +2
Lines 17523 17646 +123
==========================================
+ Hits 12313 12316 +3
- Misses 4145 4264 +119
- Partials 1065 1066 +1
Continue to review full report at Codecov.
|
import iam "github.com/scaleway/scaleway-sdk-go/api/iam/v1alpha1" | ||
|
||
// instanceAPIWithZone returns a new iam API for a Create request | ||
func iamAPI(m interface{}) *iam.API { |
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.
Nit: when you switch to go1.18 this function can use generics
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.
LGTM
No description provided.