1.4.5.2
This commit is contained in:
8
EdgeCommon/pkg/rpc/protos/models/model_file_chunk.proto
Normal file
8
EdgeCommon/pkg/rpc/protos/models/model_file_chunk.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message FileChunk {
|
||||
bytes data = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user