@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package auth.v1;
|
||||
// option go_package="auth/v1";
|
||||
|
||||
import "base/v1/msg.proto";
|
||||
|
||||
message IdReq {
|
||||
int64 id = 1;
|
||||
base.v1.Empty empty=2;
|
||||
}
|
||||
Reference in New Issue
Block a user