(c *stream.Client, userID string)
| 67 | } |
| 68 | |
| 69 | func newAggregatedFeedWithUserID(c *stream.Client, userID string) (*stream.AggregatedFeed, error) { |
| 70 | return c.AggregatedFeed("aggregated", userID) |
| 71 | } |
| 72 | |
| 73 | func newNotificationFeedWithUserID(c *stream.Client, userID string) (*stream.NotificationFeed, error) { |
| 74 | return c.NotificationFeed("notification", userID) |
no test coverage detected