You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
345 B
10 lines
345 B
syntax = "proto3"; |
|
|
|
package envoy.api.v2.endpoint; |
|
|
|
import public "envoy/api/v2/endpoint/endpoint_components.proto"; |
|
|
|
option java_package = "io.envoyproxy.envoy.api.v2.endpoint"; |
|
option java_outer_classname = "EndpointProto"; |
|
option java_multiple_files = true; |
|
option go_package = "github.com/envoyproxy/go-control-plane/envoy/api/v2/endpoint";
|
|
|