Skip to content

Commit

Permalink
core: introduce core protos (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecutalo authored Mar 25, 2021
1 parent e659155 commit 83c47c8
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/core/envoy/v1/envoy.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
syntax = "proto3";

package clutch.core.envoy.v1;

option go_package = "github.com/lyft/clutch/backend/api/core/envoy/v1;envoyv1";

// Represents a single Envoy Cluster
message Cluster {
string name = 1;
}
152 changes: 152 additions & 0 deletions backend/api/core/envoy/v1/envoy.pb.go

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

103 changes: 103 additions & 0 deletions backend/api/core/envoy/v1/envoy.pb.validate.go

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

60 changes: 60 additions & 0 deletions frontend/api/src/index.d.ts

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

Loading

0 comments on commit 83c47c8

Please sign in to comment.