Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
type
EventHandler
interface
{
27
HandleEvent(ctx context.Context, event Event) bool
28
String() string
29
}
30
31
type
AsyncEventHandler
struct
{}
Callers
1
HandleEvent
Method · 0.65
Implementers
2
TestingHandler
db/event_manager_test.go
Webhook
db/event_handler.go
Calls
no outgoing calls
Tested by
no test coverage detected