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

Interface LogStatStore

pkg/controller/rtctrl/logstore.go:35–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
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
40 WriteFunctionReportLog(log string, params *reportParameters) error
41 SetMemUsed(used int64)
42 LogFile() string
43 MemUsed() int64
44 LogDone(set bool) bool
45 Close() (string, error)
46 Wait()
47}
48
49type bits uint8
50

Callers 41

TestKunLogStatStoreFunction · 0.65
ReadMethod · 0.95
prepareUserCodeMethod · 0.65
allocateIPMethod · 0.65
getIPMapMethod · 0.65
CreateBridgeFunction · 0.65
BindContainerMethod · 0.65
InitNetworkMethod · 0.65
SetContainerNetMethod · 0.65
ReadMethod · 0.95
TestKunLogStatStoreFunction · 0.65
TestKunLogStatStoreFunction · 0.65

Implementers 1

kunLogStatStorepkg/controller/rtctrl/logstore.go

Calls

no outgoing calls

Tested by

no test coverage detected