Replace HTTPS endpoint with npipe in #Socket description

This was mixing layer 4 & 7 concerns. It's clearer now.

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2022-03-28 22:18:36 +01:00
parent 2ac4f50b0a
commit ad53d41755
No known key found for this signature in database
GPG Key ID: A28DE70C9444D7A6

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
}