mirror of https://github.com/hashicorp/consul
11 lines
178 B
Protocol Buffer
11 lines
178 B
Protocol Buffer
|
// Copyright (c) HashiCorp, Inc.
|
||
|
// SPDX-License-Identifier: MPL-2.0
|
||
|
|
||
|
syntax = "proto3";
|
||
|
|
||
|
package hashicorp.consul.mesh.v1alpha1;
|
||
|
|
||
|
message L7Intention {}
|
||
|
|
||
|
message L4Intention {}
|