(sh models.Shell, timeouts core.Timeouts)
| 24 | } |
| 25 | |
| 26 | func For(sh models.Shell, timeouts core.Timeouts) (error, Session) { |
| 27 | if mgr := managers[sh.Type]; mgr != nil { |
| 28 | return mgr(sh, timeouts) |
| 29 | } |
| 30 | return nil, nil |
| 31 | } |
no outgoing calls
no test coverage detected