We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989a783 commit 2b4aff3Copy full SHA for 2b4aff3
graph/db/graph.go
@@ -24,10 +24,6 @@ import (
24
var ErrChanGraphShuttingDown = fmt.Errorf("ChannelGraph shutting down")
25
26
// ChannelGraph is a layer above the graph's CRUD layer.
27
-//
28
-// NOTE: currently, this is purely a pass-through layer directly to the backing
29
-// KVStore. Upcoming commits will move the graph cache out of the KVStore and
30
-// into this layer so that the KVStore is only responsible for CRUD operations.
31
type ChannelGraph struct {
32
started atomic.Bool
33
stopped atomic.Bool
0 commit comments