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

Method Slug

feed.go:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17type Feed interface {
18 ID() string
19 Slug() string
20 UserID() string
21 AddActivity(context.Context, Activity) (*AddActivityResponse, error)
22 AddActivities(context.Context, ...Activity) (*AddActivitiesResponse, error)

Callers 14

FollowMethod · 0.65
feedIDMethod · 0.65
addActivityMethod · 0.65
addActivitiesMethod · 0.65
removeActivityByIDMethod · 0.65
getActivitiesMethod · 0.65
getEnrichedActivitiesMethod · 0.65
followMethod · 0.65
getFollowersMethod · 0.65
getFollowingMethod · 0.65
unfollowMethod · 0.65

Implementers 1

feedfeed.go

Calls

no outgoing calls

Tested by

no test coverage detected