Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggregator/server
/ HandleIncoming
Method
HandleIncoming
modules/vardumper/module.go:20–20 ·
view source on GitHub ↗
(ctx context.Context, inc *event.Incoming)
Source
from the content-addressed store, hash-verified
18
19
type
EventStorer
interface
{
20
HandleIncoming(ctx context.Context, inc *event.Incoming) error
21
}
22
23
func
New(addr string) *Module {
Callers
5
storeEvent
Method · 0.65
Data
Method · 0.65
HandleConnection
Method · 0.65
processPayload
Method · 0.65
ServeHTTP
Method · 0.65
Implementers
1
EventService
internal/server/http/event_service.go
Calls
no outgoing calls
Tested by
no test coverage detected