added support for stream type npipe (Windows named pipe)
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,13 @@ import (
|
||||
#Stream: {
|
||||
@dagger(stream)
|
||||
|
||||
unix: string
|
||||
{
|
||||
// Unix Socket
|
||||
unix: string
|
||||
} | {
|
||||
// Windows Named Pipe
|
||||
npipe: string
|
||||
}
|
||||
}
|
||||
|
||||
// Secret value
|
||||
|
Reference in New Issue
Block a user