mirror of
https://github.com/status-im/consul.git
synced 2025-02-14 14:47:02 +00:00
* proxystate: add proxystate protos to pbmesh and resolve imports and conflicts between message names
12 lines
266 B
Protocol Buffer
12 lines
266 B
Protocol Buffer
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
syntax = "proto3";
|
|
|
|
package hashicorp.consul.mesh.v1alpha1;
|
|
|
|
message EscapeHatches {
|
|
// listener_tracing_json contains user provided tracing configuration.
|
|
string listener_tracing_json = 1;
|
|
}
|