SetWith sets other user for P2P subscriptions.
(with string)
| 965 | |
| 966 | // SetWith sets other user for P2P subscriptions. |
| 967 | func (s *Subscription) SetWith(with string) { |
| 968 | s.with = with |
| 969 | } |
| 970 | |
| 971 | // GetWith returns the other user for P2P subscriptions. |
| 972 | func (s *Subscription) GetWith() string { |
no outgoing calls
no test coverage detected