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
commit 8f8ed68b61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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