MCPcopy Create free account
hub / github.com/astercloud/aster / inMemoryEvents

Struct inMemoryEvents

pkg/session/inmemory.go:328–331  ·  view source on GitHub ↗

inMemoryEvents 内存事件列表实现

Source from the content-addressed store, hash-verified

326
327// inMemoryEvents 内存事件列表实现
328type inMemoryEvents struct {
329 mu sync.RWMutex
330 events []*Event
331}
332
333func newInMemoryEvents() *inMemoryEvents {
334 return &inMemoryEvents{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected