| 15 | var _ ShellClient = (*WSLShellClient)(nil) |
| 16 | |
| 17 | type WSLShellClient struct { |
| 18 | distro *wsl.Distro |
| 19 | } |
| 20 | |
| 21 | func MakeWSLShellClient(distro *wsl.Distro) *WSLShellClient { |
| 22 | return &WSLShellClient{distro: distro} |
nothing calls this directly
no outgoing calls
no test coverage detected