| 61 | ) |
| 62 | |
| 63 | type action struct { |
| 64 | actionID string |
| 65 | verbosityLevel VerbosityLevel |
| 66 | } |
| 67 | |
| 68 | func (a *action) Execute(operationID string, mtaClient mtaclient.MtaClientOperations) ExecutionStatus { |
| 69 | return a.executeInSession(operationID, mtaClient) |
nothing calls this directly
no outgoing calls
no test coverage detected