From 63148556af54bbcb73753a122e7e9705e9ecf629 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 12 Apr 2025 11:28:05 -0500 Subject: add Name and allow multiple URLs --- cluster.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cluster.proto') diff --git a/cluster.proto b/cluster.proto index f81b89b..6c09642 100644 --- a/cluster.proto +++ b/cluster.proto @@ -5,8 +5,9 @@ import "google/protobuf/timestamp.proto"; message Cluster { string uuid = 1; // `autogenpb:unique` - string URL = 2; // `autogenpb:unique` - google.protobuf.Timestamp ctime = 3; // when the cluster was created + string name = 2; + repeated string URL = 3; + google.protobuf.Timestamp ctime = 4; // when the cluster was created } message Clusters { // `autogenpb:marshal` -- cgit v1.2.3