blob: 012414e889a03e8766b62d498dbf11f587a2d8e2 [file] [log] [blame]
syntax = "proto3";
package cast.common;
option optimize_for = LITE_RUNTIME;
// A Cast service info.
message ServiceInfo {
oneof endpoint_address {
// gRPC endpoint (http://, unix:/ etc).
string grpc_endpoint = 1;
}
}