Merge pull request #2250 from iankingori/add-npipe

driver: add npipe url scheme support
This commit is contained in:
Justin Chadwell
2024-02-07 13:46:01 +00:00
committed by GitHub

View File

@ -12,6 +12,7 @@ var schemes = map[string]struct{}{
"ssh": {},
"docker-container": {},
"kube-pod": {},
"npipe": {},
}
func IsValidEndpoint(ep string) error {