MCPcopy Index your code
hub / github.com/deepflowio/deepflow / putEventIntoQueueFailed

Function putEventIntoQueueFailed

server/controller/recorder/event/logger.go:27–29  ·  view source on GitHub ↗
(resource string, err error)

Source from the content-addressed store, hash-verified

25var log = logger.MustGetLogger("recorder.event")
26
27func putEventIntoQueueFailed(resource string, err error) string {
28 return fmt.Sprintf("put %s event into queue failed: %s", resource, err.Error())
29}
30
31func idByLcuuidNotFound(resource, lcuuid string) string {
32 return fmt.Sprintf("%s (lcuuid: %s) id not found", resource, lcuuid)

Callers 1

enqueueMethod · 0.85

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected