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

Method Users

client.go:223–226  ·  view source on GitHub ↗

Users returns a new UsersClient.

()

Source from the content-addressed store, hash-verified

221
222// Users returns a new UsersClient.
223func (c *Client) Users() *UsersClient {
224 b := newAPIURLBuilder(c.addr, c.region, c.version)
225 return &UsersClient{client: c.cloneWithURLBuilder(b)}
226}
227
228// Reactions returns a new ReactionsClient.
229func (c *Client) Reactions() *ReactionsClient {

Callers 5

TestUserRefHelpersFunction · 0.80
TestGetUserFunction · 0.80
TestDeleteUserFunction · 0.80
TestAddUserFunction · 0.80
TestUpdateUserFunction · 0.80

Calls 2

cloneWithURLBuilderMethod · 0.95
newAPIURLBuilderFunction · 0.85

Tested by 5

TestUserRefHelpersFunction · 0.64
TestGetUserFunction · 0.64
TestDeleteUserFunction · 0.64
TestAddUserFunction · 0.64
TestUpdateUserFunction · 0.64