MCPcopy
hub / github.com/iron-io/functions / Logger

Method Logger

api/runner/task.go:82–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80func (t *containerTask) Timeout() time.Duration { return t.cfg.Timeout }
81func (t *containerTask) IdleTimeout() time.Duration { return t.cfg.IdleTimeout }
82func (t *containerTask) Logger() (io.Writer, io.Writer) { return t.cfg.Stdout, t.cfg.Stderr }
83func (t *containerTask) Volumes() [][2]string { return [][2]string{} }
84func (t *containerTask) WorkDir() string { return "" }
85

Callers 11

WriterMethod · 0.80
LogMethod · 0.80
handleErrorResponseFunction · 0.80
testServerFunction · 0.80
handleAppCreateMethod · 0.80
handleAppDeleteMethod · 0.80
handleRouteUpdateMethod · 0.80
handleSpecialMethod · 0.80
testRouterAsyncFunction · 0.80
handleAppUpdateMethod · 0.80
handleRouteCreateMethod · 0.80

Calls

no outgoing calls

Tested by 2

testServerFunction · 0.64
testRouterAsyncFunction · 0.64