mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix runner changes (#135)
* Upgrade iron-io/runner to 165c16a9 * fix support for Stdin to work
This commit is contained in:
committed by
C Cirello
parent
1da3c7c7cf
commit
064d597b60
@@ -29,7 +29,7 @@ type Config struct {
|
||||
AppName string
|
||||
Memory uint64
|
||||
Env map[string]string
|
||||
Input io.Reader
|
||||
Stdin io.Reader
|
||||
Stdout io.Writer
|
||||
Stderr io.Writer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user