From 05aede045e3f71904502edb680d21023d100298c 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..8f65f5e --- /dev/null +++ b/pkg/rings/rings.go @@ -0,0 +1,3 @@ +// Package rings provides logic to work with the four rings +// of a JPI cluster +package rings