Skip to content

Commit

Permalink
Update member.go
Browse files Browse the repository at this point in the history
  • Loading branch information
a3510377 committed Apr 30, 2024
1 parent 659cabc commit 027c1d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/api/member.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ type WhitelistStruct struct {
}

type APIMemberStruct struct {
UUID string `json:"uuid"` // The uuid of the member.
Name string `json:"name"` // The name of the member.
Introduction string `json:"introduction"` // The introduction of the member.
UUID string `json:"uuid"` // The uuid of the member.
Name string `json:"name"` // The name of the member.
Introduction string `json:"introduction,omitempty"` // The introduction of the member.
}

// map[groups]APIMemberStruct
Expand Down

0 comments on commit 027c1d1

Please sign in to comment.