mirror of
https://github.com/go-nunu/nunu-layout-advanced.git
synced 2025-09-26 20:41:33 +08:00
feat: rm proto
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
syntax = "proto3";
|
||||
package user;
|
||||
option go_package = "github.com/go-nunu/nunu-layout-advanced/internal/pkg/proto;proto";
|
||||
|
||||
// protoc --go_out=paths=source_relative:. api/v1/chat.proto
|
||||
|
||||
message ReqGetUserInfo{
|
||||
string Uid = 1;
|
||||
}
|
||||
message RespGetUserInfo{
|
||||
int32 Code = 1;
|
||||
string Msg = 2;
|
||||
}
|
Reference in New Issue
Block a user