Skip to content

Commit

Permalink
Fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Dec 22, 2020
1 parent 793e2ae commit 999a551
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,19 +420,20 @@ type LinkResults struct {
}

// Promoter is the public promoter response
// DO NOT CHANGE ORDER - malign
type Promoter struct {
AvatarURL string `json:"avatar_url"`
Bio string `json:"bio"`
Country string `json:"country"`
CreatedAt string `json:"created_at"`
LastActiveAt string `json:"last_active_at"`
Username string `json:"username"`
EmailVerified bool `json:"email_verified"`
HandCashAuth bool `json:"handcash_auth"`
LastActiveAt string `json:"last_active_at"`
MoneyButtonAuth bool `json:"moneybutton_auth"`
PhoneVerified bool `json:"phone_verified"`
RelayAuth bool `json:"relay_auth"`
TwitterAuth bool `json:"twitter_auth"`
Username string `json:"username"`
}

// PromoterResults is the page response for promoter results from listing
Expand Down

0 comments on commit 999a551

Please sign in to comment.