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

Commit902538c

Browse files
committed
fix: remove unneeded comments
1 parent4925592 commit902538c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

‎codersdk/organizations.go‎

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,14 @@ type OrganizationMemberWithUserData struct {
8282
}
8383

8484
typePaginatedMembersRequeststruct {
85-
//
8685
OrganizationID uuid.UUID`table:"organization id" json:"organization_id" format:"uuid"`
87-
//
88-
Limitint`json:"limit,omitempty"`
89-
//
90-
Offsetint`json:"offset,omitempty"`
86+
Limitint`json:"limit,omitempty"`
87+
Offsetint`json:"offset,omitempty"`
9188
}
9289

9390
typePaginatedMembersResponsestruct {
94-
//
9591
Members []OrganizationMemberWithUserData
96-
//
97-
Countint`json:"count"`
92+
Countint`json:"count"`
9893
}
9994

10095
typeCreateOrganizationRequeststruct {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp