Loading...
Loading...
Compare original and translation side by side
.protoapi.v2.protoapi.v2api.v1buf lintresources/implementation-playbook.mdapi.v1buf lintresources/implementation-playbook.mdsyntax = "proto3";
package api.v1;
option go_package = "github.com/org/repo/gen/api/v1;apiv1";
service UserService {
rpc GetUser(GetUserRequest) returns (GetUserResponse);
}
message User {
string id = 1;
string name = 2;
}
message GetUserRequest {
string id = 1;
}
message GetUserResponse {
User user = 1;
}syntax = "proto3";
package api.v1;
option go_package = "github.com/org/repo/gen/api/v1;apiv1";
service UserService {
rpc GetUser(GetUserRequest) returns (GetUserResponse);
}
message User {
string id = 1;
string name = 2;
}
message GetUserRequest {
string id = 1;
}
message GetUserResponse {
User user = 1;
}buf.yamlbuf.gen.yamlpackage api.v1ctx.Done()codes.NotFoundgrpc.ClientConnbuf.yamlbuf.gen.yamlpackage api.v1ctx.Done()codes.NotFoundgrpc.ClientConnbuf generatego_packagex509.CertPoolbuf generatego_packagex509.CertPoolgrpc.Dialgrpc.NewClientgrpc.Dialgrpc.NewClientresources/implementation-playbook.mdresources/implementation-playbook.md.proto.proto