GetPlan returns the Plan field.
()
| 41768 | |
| 41769 | // GetPlan returns the Plan field. |
| 41770 | func (u *User) GetPlan() *Plan { |
| 41771 | if u == nil { |
| 41772 | return nil |
| 41773 | } |
| 41774 | return u.Plan |
| 41775 | } |
| 41776 | |
| 41777 | // GetPrivateGists returns the PrivateGists field if it's non-nil, zero value otherwise. |
| 41778 | func (u *User) GetPrivateGists() int { |
no outgoing calls