(actionID string, verbosityLevel VerbosityLevel)
| 47 | } |
| 48 | |
| 49 | func newAction(actionID string, verbosityLevel VerbosityLevel) action { |
| 50 | return action{ |
| 51 | actionID: actionID, |
| 52 | verbosityLevel: verbosityLevel, |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | type VerbosityLevel int |
| 57 |
no outgoing calls
no test coverage detected