MCPcopy Index your code
hub / github.com/cloudfoundry/cli / RecentEvents

Method RecentEvents

cf/api/appevents/app_events.go:15–15  ·  view source on GitHub ↗
(appGUID string, limit int64)

Source from the content-addressed store, hash-verified

13
14type Repository interface {
15 RecentEvents(appGUID string, limit int64) ([]models.EventFields, error)
16}
17
18type CloudControllerAppEventsRepository struct {

Callers 2

ExecuteMethod · 0.65
app_events_test.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected