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

Function newAction

commands/action.go:49–54  ·  view source on GitHub ↗
(actionID string, verbosityLevel VerbosityLevel)

Source from the content-addressed store, hash-verified

47}
48
49func newAction(actionID string, verbosityLevel VerbosityLevel) action {
50 return action{
51 actionID: actionID,
52 verbosityLevel: verbosityLevel,
53 }
54}
55
56type VerbosityLevel int
57

Callers 3

executeRetryActionFunction · 0.85
GetActionToExecuteFunction · 0.85
newMonitoringActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected