From ed8e10e4b90638c038807e1736992fbeadd70b8f Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Tue, 18 Feb 2025 13:10:07 -0300 Subject: [PATCH] graph/db: rename graph.go file Rename it to kv_store.go so that we can re-use the graph.go file name later on. We will use it to house the _new_ ChannelGraph when the existing ChannelGraph is renamed to more clearly reflect its responsibilities as the CRUD layer. --- graph/db/{graph.go => kv_store.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename graph/db/{graph.go => kv_store.go} (100%) diff --git a/graph/db/graph.go b/graph/db/kv_store.go similarity index 100% rename from graph/db/graph.go rename to graph/db/kv_store.go