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:
parent
2ac4f50b0a
commit
ad53d41755
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user