| 15 | } |
| 16 | |
| 17 | type RunScriptAction struct { |
| 18 | scriptProvider boshscript.JobScriptProvider |
| 19 | specService boshas.V1Service |
| 20 | |
| 21 | logTag string |
| 22 | logger boshlog.Logger |
| 23 | } |
| 24 | |
| 25 | func NewRunScript( |
| 26 | scriptProvider boshscript.JobScriptProvider, |
nothing calls this directly
no outgoing calls
no test coverage detected