| 10 | ) |
| 11 | |
| 12 | type FuncLogger interface { |
| 13 | Writer(context.Context, string, string, string, string) io.Writer |
| 14 | } |
| 15 | |
| 16 | // 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 |
| 17 | type DefaultFuncLogger struct { |
no outgoing calls
no test coverage detected
searching dependent graphs…