-
Notifications
You must be signed in to change notification settings - Fork 674
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
NOISSUE - Remove auth URL from SDK #1511
Conversation
Signed-off-by: Filip Bugarski <filipbugarski@gmail.com>
Signed-off-by: Filip Bugarski <filipbugarski@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #1511 +/- ##
==========================================
+ Coverage 68.14% 68.16% +0.01%
==========================================
Files 132 132
Lines 10781 10781
==========================================
+ Hits 7347 7349 +2
+ Misses 2839 2838 -1
+ Partials 595 594 -1
Continue to review full report at Codecov.
|
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
Signed-off-by: Filip Bugarski <filipbugarski@gmail.com>
Signed-off-by: Filip Bugarski <filipbugarski@gmail.com>
pkg/sdk/go/groups.go
Outdated
|
||
type assignRequest struct { | ||
Type string `json:"type,omitempty"` | ||
Members []string `json:"members"` | ||
} | ||
|
||
type Member struct { |
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.
I am not sure, but I think these kind of hig-level struct types are defined elsewhere. Probably in the sdk.go
.
Signed-off-by: Filip Bugarski <filipbugarski@gmail.com>
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
* Remove auth URL from SDK Signed-off-by: Filip Bugarski <filipbugarski@gmail.com> * Update CLi/main.go authURL to GroupsURL Signed-off-by: Filip Bugarski <filipbugarski@gmail.com> * Add authURL back Signed-off-by: Filip Bugarski <filipbugarski@gmail.com> * Refactor group structures Signed-off-by: Filip Bugarski <filipbugarski@gmail.com> * Add AuthURL back to cli/main.go Signed-off-by: Filip Bugarski <filipbugarski@gmail.com>
* Remove auth URL from SDK Signed-off-by: Filip Bugarski <filipbugarski@gmail.com> * Update CLi/main.go authURL to GroupsURL Signed-off-by: Filip Bugarski <filipbugarski@gmail.com> * Add authURL back Signed-off-by: Filip Bugarski <filipbugarski@gmail.com> * Refactor group structures Signed-off-by: Filip Bugarski <filipbugarski@gmail.com> * Add AuthURL back to cli/main.go Signed-off-by: Filip Bugarski <filipbugarski@gmail.com> Signed-off-by: skovacevic <stefan.kovacevic@mainflux.io>
Signed-off-by: Filip Bugarski filipbugarski@gmail.com
What does this do?
Remove authURL, and add groupsURL
Which issue(s) does this PR fix/relate to?
Put here
Resolves #XXX
to auto-close the issue that your PR fixes (if such)List any changes that modify/break current functionality
Have you included tests for your changes?
Not needed
Did you document any new/modified functionality?
No
Notes