MCPcopy Create free account
hub / github.com/auth0/auth0-cli / Stats

Method Stats

internal/auth0/event_streams.go:37–37  ·  view source on GitHub ↗

Stats returns event stream statistics.

(ctx context.Context, id string, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

35
36 // Stats returns event stream statistics.
37 Stats(ctx context.Context, id string, opts ...management.RequestOption) (stats *management.EventStreamStats, err error)
38
39 // Redeliver a single failed delivery by ID.
40 Redeliver(ctx context.Context, streamID, deliveryID string, opts ...management.RequestOption) error

Callers 1

statsEventStreamCmdFunction · 0.65

Implementers 2

MockEventStreamAPIinternal/auth0/mock/event_streams_mock
MockEventStreamAPIMockRecorderinternal/auth0/mock/event_streams_mock

Calls

no outgoing calls

Tested by

no test coverage detected