MCPcopy Create free account
hub / github.com/buggregator/server / EventStorer

Interface EventStorer

modules/proxy/module.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type EventStorer interface {
20 HandleIncoming(ctx context.Context, inc *event.Incoming) error
21}
22
23func New(addr string) *Module {
24 return &Module{addr: addr}

Callers

nothing calls this directly

Implementers 1

EventServiceinternal/server/http/event_service.go

Calls

no outgoing calls

Tested by

no test coverage detected