Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commit8e75634

Browse files
committed
fixup! Initial prototype of resources command
1 parentcbcbe0c commit8e75634

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎coder-sdk/org.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ type Organization struct {
1616
// OrganizationUser user wraps the basic User type and adds data specific to the user's membership of an organization
1717
typeOrganizationUserstruct {
1818
User
19-
OrganizationRoles []OrganizationRole`json:"organization_roles"`
20-
RolesUpdatedAt time.Time`json:"roles_updated_at"`
19+
OrganizationRoles []OrganizationRole`json:"organization_roles"`
20+
RolesUpdatedAt time.Time`json:"roles_updated_at"`
2121
}
2222

23-
// OrganizationRole defines an organization OrganizationRole
23+
// OrganizationRole defines an organization OrganizationRole
2424
typeOrganizationRolestring
2525

26-
// The OrganizationRole enum values
26+
// The OrganizationRole enum values
2727
const (
2828
RoleOrgMemberOrganizationRole="organization-member"
2929
RoleOrgAdminOrganizationRole="organization-admin"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp