Move the exportingpartitions constant to enterprise

This commit is contained in:
freddygv 2021-10-26 16:22:04 -06:00
parent 448701dbd8
commit d28b9052b2
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ import (
"github.com/hashicorp/consul/logging" "github.com/hashicorp/consul/logging"
) )
const exportingPartitionsWatchID = "exporting-partitions"
type handlerMeshGateway struct { type handlerMeshGateway struct {
handlerState handlerState
} }