mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Updated comment.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// This reads STDERR output from a container and outputs it in a parseable structured log format, see: https://github.com/iron-io/functions/issues/76
|
||||
package runner
|
||||
|
||||
import (
|
||||
@@ -8,6 +7,7 @@ import (
|
||||
"github.com/Sirupsen/logrus"
|
||||
)
|
||||
|
||||
// FuncLogger reads STDERR output from a container and outputs it in a parseable structured log format, see: https://github.com/iron-io/functions/issues/76
|
||||
type FuncLogger struct {
|
||||
r io.Reader
|
||||
w io.Writer
|
||||
|
||||
Reference in New Issue
Block a user