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

Function newMonitoringAction

commands/action.go:41–47  ·  view source on GitHub ↗
(actionID, commandName string, verbosityLevel VerbosityLevel, monitoringRetries uint)

Source from the content-addressed store, hash-verified

39}
40
41func newMonitoringAction(actionID, commandName string, verbosityLevel VerbosityLevel, monitoringRetries uint) monitoringAction {
42 return monitoringAction{
43 action: newAction(actionID, verbosityLevel),
44 commandName: commandName,
45 monitoringRetries: monitoringRetries,
46 }
47}
48
49func newAction(actionID string, verbosityLevel VerbosityLevel) action {
50 return action{

Callers 1

GetActionToExecuteFunction · 0.85

Calls 1

newActionFunction · 0.85

Tested by

no test coverage detected