(name string)
| 29 | |
| 30 | type WslLib interface { |
| 31 | IsDistributionRegistered(name string) bool |
| 32 | RegisterDistribution(name, rootPath string) error |
| 33 | UnregisterDistribution(name string) error |
| 34 | LaunchInteractive(name, command string, inheritPath bool) (uint32, error) |
no outgoing calls