GetToken returns the Token field if it's non-nil, zero value otherwise.
()
| 31760 | |
| 31761 | // GetToken returns the Token field if it's non-nil, zero value otherwise. |
| 31762 | func (r *RemoveToken) GetToken() string { |
| 31763 | if r == nil || r.Token == nil { |
| 31764 | return "" |
| 31765 | } |
| 31766 | return *r.Token |
| 31767 | } |
| 31768 | |
| 31769 | // GetFrom returns the From field if it's non-nil, zero value otherwise. |
| 31770 | func (r *Rename) GetFrom() string { |
no outgoing calls