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

Method AuditLogs

client.go:241–244  ·  view source on GitHub ↗

AuditLogs returns a new AuditLogsClient.

()

Source from the content-addressed store, hash-verified

239
240// AuditLogs returns a new AuditLogsClient.
241func (c *Client) AuditLogs() *AuditLogsClient {
242 b := newAPIURLBuilder(c.addr, c.region, c.version)
243 return &AuditLogsClient{client: c.cloneWithURLBuilder(b)}
244}
245
246// Personalization returns a new PersonalizationClient.
247func (c *Client) Personalization() *PersonalizationClient {

Callers 2

TestQueryAuditLogsFunction · 0.80

Calls 2

cloneWithURLBuilderMethod · 0.95
newAPIURLBuilderFunction · 0.85

Tested by 2

TestQueryAuditLogsFunction · 0.64