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

Method cloneWithURLBuilder

client.go:201–208  ·  view source on GitHub ↗
(builder urlBuilder)

Source from the content-addressed store, hash-verified

199}
200
201func (c *Client) cloneWithURLBuilder(builder urlBuilder) *Client {
202 return &Client{
203 key: c.key,
204 requester: c.requester,
205 authenticator: c.authenticator,
206 urlBuilder: builder,
207 }
208}
209
210// Analytics returns a new AnalyticsClient sharing the base configuration of the original Client.
211func (c *Client) Analytics() *AnalyticsClient {

Callers 7

AnalyticsMethod · 0.95
CollectionsMethod · 0.95
UsersMethod · 0.95
ReactionsMethod · 0.95
ModerationMethod · 0.95
AuditLogsMethod · 0.95
PersonalizationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected