From ac5827898b889f52f80ebd128ec12cf161467b5e Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 25 May 2024 17:15:30 +0000 Subject: [PATCH] rings: introduce subpackage to deal with Ring addresses Signed-off-by: Alejandro Mery --- pkg/rings/rings.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pkg/rings/rings.go diff --git a/pkg/rings/rings.go b/pkg/rings/rings.go new file mode 100644 index 0000000..01f2ce7 --- /dev/null +++ b/pkg/rings/rings.go @@ -0,0 +1,3 @@ +// Package rings provides logic to work with the four rings +// of a cluster +package rings