Skip to content

Commit

Permalink
NET-6390 Initialize MeshGateway proto
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Nov 7, 2023
1 parent 393f7a4 commit baa676c
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 0 deletions.
18 changes: 18 additions & 0 deletions proto-public/pbmesh/v2beta1/mesh_gateway.pb.binary.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

153 changes: 153 additions & 0 deletions proto-public/pbmesh/v2beta1/mesh_gateway.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions proto-public/pbmesh/v2beta1/mesh_gateway.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

syntax = "proto3";

package hashicorp.consul.mesh.v2beta1;

message MeshGateway {}
27 changes: 27 additions & 0 deletions proto-public/pbmesh/v2beta1/mesh_gateway_deepcopy.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions proto-public/pbmesh/v2beta1/mesh_gateway_json.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit baa676c

Please sign in to comment.