GetWith returns the other user for P2P subscriptions.
()
| 970 | |
| 971 | // GetWith returns the other user for P2P subscriptions. |
| 972 | func (s *Subscription) GetWith() string { |
| 973 | return s.with |
| 974 | } |
| 975 | |
| 976 | // GetTouchedAt returns touchedAt. |
| 977 | func (s *Subscription) GetTouchedAt() time.Time { |