Merge pull request #1112 from samalba/windows-input-stream

Add support for Windows named pipe as Input stream
This commit is contained in:
Andrea Luzzardi
2021-11-08 18:06:50 -08:00
committed by GitHub
10 changed files with 122 additions and 40 deletions

View File

@@ -18,7 +18,13 @@ import (
#Stream: {
@dagger(stream)
unix: string
{
// Unix Socket
unix: string
} | {
// Windows Named Pipe
npipe: string
}
}
// Secret value