MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / CommonEvent

Struct CommonEvent

user/event/ievent.go:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type CommonEvent struct {
43 mconf *config.ModuleConfig
44 logger *log.Logger
45 rec perf.Record
46 buf *bytes.Buffer
47}
48
49func (this *CommonEvent) ParseArgStruct(buf *bytes.Buffer, arg config.ArgFormatter) string {
50 if err := binary.Read(buf, binary.LittleEndian, arg); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected