From 022326ddc4b80b70422e50ae1197b70c0ed22b34 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Fri, 19 Sep 2025 11:31:11 +0300 Subject: [PATCH] move Signed-off-by: Vasiliy Tolstov --- {hooks => cluster}/sql/cluster.go | 0 {hooks => cluster}/sql/cluster_test.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {hooks => cluster}/sql/cluster.go (100%) rename {hooks => cluster}/sql/cluster_test.go (100%) diff --git a/hooks/sql/cluster.go b/cluster/sql/cluster.go similarity index 100% rename from hooks/sql/cluster.go rename to cluster/sql/cluster.go diff --git a/hooks/sql/cluster_test.go b/cluster/sql/cluster_test.go similarity index 100% rename from hooks/sql/cluster_test.go rename to cluster/sql/cluster_test.go