MCPcopy 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.
33type 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

requestMethod · 0.65

Implementers 2

mockRequesterutils_test.go
requesterclient_internal_test.go

Calls

no outgoing calls

Tested by

no test coverage detected