fix(codegen): Fix Empty protobuf type and add unimplemented (#26)
* Add license attribute to tonic-build * fix(codegen): Fix Empty protobuf type and add unimplemented * Remove syn full feature
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
package empty;
|
||||
import "google/protobuf/empty.proto";
|
||||
|
||||
service Admin {
|
||||
rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty);
|
||||
}
|
||||
Reference in New Issue
Block a user