Skip to content

Commit

Permalink
google#514 : removed Inviter struct
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajana committed Jan 30, 2017
1 parent 5c4cab8 commit e732a04
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions github/orgs_teams.go
Expand Up @@ -59,31 +59,6 @@ func (i Invitation) String() string {
return Stringify(i)
}

// Inviter represents the entity introduced in team and organization invitations.
type Inviter struct {
Login *string `json:"login,omitempty"`
ID *int `json:"id,omitempty"`
AvatarURL *string `json:"avatar_url,omitempty"`
GravatarID *string `json:"gravatar_id,omitempty"`
URL *string `json:"url,omit_empty"`
HTMLURL *string `json:"html_url,omitempty"`
FollowersURL *string `json:"followers_url,omitempty"`
FollowingURL *string `json:"following_url,omitempty"`
GistsURL *string `json:"gists_url,omitempty"`
StarredURL *string `json:"starred_url,omitempty"`
SubscriptionsURL *string `json:"subscriptions_url,omitempty"`
OrganizationsURL *string `json:"organizations_url,omitempty"`
ReposURL *string `json:"repos_url,omitempty"`
EventsURL *string `json:"events_url,omitempty"`
ReceivedEventsURL *string `json:"received_events_url,omitempty"`
Type *string `json:"type,omitempty"`
SiteAdmin *bool `json:"site_admin,omitempty"`
}

func (i Inviter) String() string {
return Stringify(i)
}

// ListTeams lists all of the teams for an organization.
//
// GitHub API docs: http://developer.github.com/v3/orgs/teams/#list-teams
Expand Down

0 comments on commit e732a04

Please sign in to comment.