refactor: localize protobuf definitions
This commit is contained in:
@@ -71,7 +71,7 @@ func TestGetDetail(t *testing.T) {
|
||||
coon, ctx := GetCoon()
|
||||
client := pb.NewSummaryClient(coon)
|
||||
defer coon.Close()
|
||||
data := pb.IdentRequest{
|
||||
data := pb.OrderIdentRequest{
|
||||
Identity: "78d9d2e9-8c63-4ff4-a6ee-4b2234944fcb",
|
||||
}
|
||||
re, _ := json.Marshal(&data)
|
||||
|
||||
Reference in New Issue
Block a user