MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / Receiver

Method Receiver

pkg/controller/rtctrl/logstore.go:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35type LogStatStore interface {
36 Receiver() string
37 String() string
38 WriteStdLog(from int, buf []byte, eof bool) (int, error)
39 WriteFunctionLog(log string) error

Callers 1

TestKunLogStatStoreFunction · 0.65

Implementers 1

kunLogStatStorepkg/controller/rtctrl/logstore.go

Calls

no outgoing calls

Tested by 1

TestKunLogStatStoreFunction · 0.52