Skip to content
#

twirp

Here are 48 public repositories matching this topic...

mpx2m
mpx2m commented Jan 21, 2022

If there is proto like this:

syntax = "proto3";
package proto.v1;

service TestService {
    rpc Login (LoginRequest) returns (LoginResponse);
}

message LoginRequest {
    string name = 1;
    string password = 2;
    string phone = 3;
    string email = 4;
    string verification_code = 5;
    string card_no = 6;
    string reader = 7;
    string credential = 8;
    st
enhancement help wanted good first issue nestjs

Improve this page

Add a description, image, and links to the twirp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the twirp topic, visit your repo's landing page and select "manage topics."

Learn more