Merge pull request #1901 from dagger/replace-https-with-npipe-comment-in-socket-type

Replace HTTPS endpoint with npipe in #Socket description
This commit is contained in:
Gerhard Lazu 2022-03-28 22:39:51 +01:00 committed by GitHub
commit 796a0f31d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,10 +25,10 @@ package dagger
$dagger: secret: _id: string
}
// A reference to a network service endpoint, for example:
// - A unix socket
// A reference to a network socket, for example:
// - A UNIX socket
// - A TCP or UDP port
// - An HTTPS endpoint
// - A Windows named pipe
#Socket: {
$dagger: service: _id: string
}