MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / String

Method String

db/event_handler.go:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26type EventHandler interface {
27 HandleEvent(ctx context.Context, event Event) bool
28 String() string
29}
30
31type AsyncEventHandler struct{}

Callers 1

HandleEventMethod · 0.65

Implementers 2

TestingHandlerdb/event_manager_test.go
Webhookdb/event_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected