-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/189 align apis to govstack #194
Conversation
ac70d36
to
e3617af
Compare
src/config/constants.go
Outdated
|
||
// All http path url variables | ||
const ( | ||
OrganizationId = "OrganizationID" |
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.
Shall we use organistaionId
as value ?
src/org/organizations.go
Outdated
@@ -259,6 +259,15 @@ func Get(organizationID string) (Organization, error) { | |||
return result, err | |||
} | |||
|
|||
// Get Gets a single organization |
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.
Comment should be
// GetOrganization Gets a single organization
src/config/constants.go
Outdated
|
||
// Application mode | ||
const ( | ||
SingleTenat = "single-tenant" |
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.
It should be SingleTenant
e3617af
to
bd15465
Compare
bd15465
to
3af2182
Compare
3af2182
to
6d2843b
Compare
No description provided.