Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GetStream/stream-go2
/ feed
Struct
feed
feed.go:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
type
feed
struct
{
42
client *Client
43
slug string
44
userID string
45
}
46
47
// ID returns the feed ID, as slug:user_id.
48
func
(f *feed) ID() string {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected