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

Method ID

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

Source from the content-addressed store, hash-verified

16// Stream feed.
17type Feed interface {
18 ID() string
19 Slug() string
20 UserID() string
21 AddActivity(context.Context, Activity) (*AddActivityResponse, error)

Callers 8

UnfollowMethod · 0.65
NewFollowRelationshipFunction · 0.65
NewUnfollowRelationshipFunction · 0.65
TestFeedIDFunction · 0.65
TestUpdateToTargetsFunction · 0.65
TestBatchUpdateToTargetsFunction · 0.65
AddToManyMethod · 0.65
followStatsMethod · 0.65

Implementers 1

feedfeed.go

Calls

no outgoing calls

Tested by 3

TestFeedIDFunction · 0.52
TestUpdateToTargetsFunction · 0.52
TestBatchUpdateToTargetsFunction · 0.52