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

Struct kunLogStatStore

pkg/controller/rtctrl/logstore.go:65–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type kunLogStatStore struct {
66 requestID string
67 triggerType string
68 runtimeID string
69 userID string
70 funcName string
71 funcBrn string
72 funcVersion string
73 maxMem int64
74
75 mutex sync.Mutex
76 waitg sync.WaitGroup
77 flags bits // outdone, errdone, closed
78 remain int
79 logbuf *bytes.Buffer
80 fpath string
81 logfile userlog.UserLogFile
82}
83
84const (
85 defaultUserLogLength = 4 * 1024

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected