From 701b49f77253e1fa2c913799e05f13d125aba7ad Mon Sep 17 00:00:00 2001 From: Freddy Date: Wed, 28 Apr 2021 18:15:26 -0600 Subject: [PATCH] Rename cluster config files to mesh as well (#10148) --- agent/structs/{config_entry_cluster.go => config_entry_mesh.go} | 0 .../{config_entry_cluster_oss.go => config_entry_mesh_oss.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename agent/structs/{config_entry_cluster.go => config_entry_mesh.go} (100%) rename agent/structs/{config_entry_cluster_oss.go => config_entry_mesh_oss.go} (100%) diff --git a/agent/structs/config_entry_cluster.go b/agent/structs/config_entry_mesh.go similarity index 100% rename from agent/structs/config_entry_cluster.go rename to agent/structs/config_entry_mesh.go diff --git a/agent/structs/config_entry_cluster_oss.go b/agent/structs/config_entry_mesh_oss.go similarity index 100% rename from agent/structs/config_entry_cluster_oss.go rename to agent/structs/config_entry_mesh_oss.go