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

Struct action

commands/action.go:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61)
62
63type action struct {
64 actionID string
65 verbosityLevel VerbosityLevel
66}
67
68func (a *action) Execute(operationID string, mtaClient mtaclient.MtaClientOperations) ExecutionStatus {
69 return a.executeInSession(operationID, mtaClient)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected