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

Method addQueryParam

client.go:439–444  ·  view source on GitHub ↗
(v valuer)

Source from the content-addressed store, hash-verified

437}
438
439func (e *endpoint) addQueryParam(v valuer) {
440 if !v.valid() {
441 return
442 }
443 e.query.Add(v.values())
444}
445
446func (c *Client) makeEndpoint(format string, a ...any) endpoint {
447 host := c.urlBuilder.url()

Callers 15

SelectMethod · 0.80
DeleteManyMethod · 0.80
AddMethod · 0.80
GetMethod · 0.80
PostMethod · 0.80
DeleteMethod · 0.80
DeleteMethod · 0.80
SoftDeleteMethod · 0.80
RestoreMethod · 0.80
FilterMethod · 0.80
RedirectAndTrackMethod · 0.80

Calls 3

validMethod · 0.65
valuesMethod · 0.65
AddMethod · 0.45

Tested by

no test coverage detected