refactor: move protoapi.proto to examples/grpcentity and update paths

This commit is contained in:
2026-07-17 16:34:40 +09:00
parent f9e86885fc
commit 243262bc72
6 changed files with 48 additions and 48 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
// versions:
// - protoc-gen-go-grpc v1.6.2
// - protoc v5.27.2
// source: protoapi.proto
// source: examples/grpcentity/protoapi.proto
package protoapi
@@ -193,5 +193,5 @@ var IoTService_ServiceDesc = grpc.ServiceDesc{
},
},
Streams: []grpc.StreamDesc{},
Metadata: "protoapi.proto",
Metadata: "examples/grpcentity/protoapi.proto",
}