Skip to content

Commit

Permalink
Add member type of name, type and url.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnaoto committed Dec 28, 2020
1 parent d28b0fd commit f2870c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploygate_organization_member.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ type GetOrganizationMemberResponse struct {
}

type Member struct {
UserName string `mapstructure:"username"`
Email string `mapstructure:"email"`
Name string `mapstructure:"name"`
URL string `mapstructure:"url"`
IconURL string `mapstructure:"icon_url"`
Type string `mapstructure:"type"`
Inviting bool `mapstructure:"inviting"`
Expand Down

0 comments on commit f2870c1

Please sign in to comment.