Merge pull request #1112 from samalba/windows-input-stream
Add support for Windows named pipe as Input stream
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