From a5fc796d1fa0eb48f9aae64a5b012ac7a2fd227d 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