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

Method ListDeliveries

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

ListDeliveries returns delivery attempts for all events associated to an Event Stream.

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

Source from the content-addressed store, hash-verified

32
33 // ListDeliveries returns delivery attempts for all events associated to an Event Stream.
34 ListDeliveries(ctx context.Context, id string, opts ...management.RequestOption) (edl *management.EventDeliveryList, err error)
35
36 // Stats returns event stream statistics.
37 Stats(ctx context.Context, id string, opts ...management.RequestOption) (stats *management.EventStreamStats, err error)

Callers 2

listDeliveriesCmdFunction · 0.65
fetchRecentDeliveriesFunction · 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