github.com/Asutorufa/yuhaiin@v0.3.6-0.20240502055049-7984da7023a0/pkg/net/proxy/grpc/chunk.proto (about)

     1  syntax = "proto3";
     2  package stream;
     3  
     4  import "google/protobuf/wrappers.proto";
     5  
     6  option go_package = "github.com/Asutorufa/yuhaiin/pkg/net/proxy/grpc";
     7  
     8  service stream {
     9    rpc conn(stream google.protobuf.BytesValue)
    10        returns (stream google.protobuf.BytesValue);
    11  }