MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / monitoringAction

Struct monitoringAction

commands/action.go:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87type monitoringAction struct {
88 action
89 commandName string
90 monitoringRetries uint
91}
92
93func (a *monitoringAction) Execute(operationID string, mtaClient mtaclient.MtaClientOperations) ExecutionStatus {
94 // Get the messages of the operation before it's retried/resumed, so that the monitor knows they're from the previous execution and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected