Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GetStream/stream-go2
/ Do
Method
Do
client.go:34–34 ·
view source on GitHub ↗
(*http.Request)
Source
from the content-addressed store, hash-verified
32
// Requester performs HTTP requests.
33
type
Requester
interface
{
34
Do(*http.Request) (*http.Response, error)
35
}
36
37
// New builds a new Client with the provided API key and secret. It can be
Callers
1
request
Method · 0.65
Implementers
2
mockRequester
utils_test.go
requester
client_internal_test.go
Calls
no outgoing calls
Tested by
no test coverage detected