| 21 | ) |
| 22 | |
| 23 | type DcomShellWindows struct { |
| 24 | Dispatch |
| 25 | |
| 26 | WorkingDirectory string |
| 27 | WindowState string |
| 28 | } |
| 29 | |
| 30 | // Init will initialize the ShellWindows instance |
| 31 | func (m *DcomShellWindows) Init(ctx context.Context) (err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected