MCPcopy Create free account
hub / github.com/GetStream/stream-go2 / GetFollowing

Method GetFollowing

feed.go:109–111  ·  view source on GitHub ↗

GetFollowing returns the list of the feeds following the feed, applying the provided FollowingOptions, if any.

(ctx context.Context, opts ...FollowingOption)

Source from the content-addressed store, hash-verified

107// GetFollowing returns the list of the feeds following the feed, applying the provided FollowingOptions,
108// if any.
109func (f *feed) GetFollowing(ctx context.Context, opts ...FollowingOption) (*FollowingResponse, error) {
110 return f.client.getFollowing(ctx, f, opts...)
111}
112
113// Unfollow unfollows the provided feed, applying the provided UnfollowOptions, if any.
114func (f *feed) Unfollow(ctx context.Context, target Feed, opts ...UnfollowOption) (*BaseResponse, error) {

Callers

nothing calls this directly

Calls 1

getFollowingMethod · 0.80

Tested by

no test coverage detected