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