Skip to content

Commit e861ab8

Browse files
Add new message to support collection of model-type bindings for OOP workers (#88) (#89)
1 parent 186030d commit e861ab8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/proto/FunctionRpc.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ message TypedData {
431431
CollectionDouble collection_double = 10;
432432
CollectionSInt64 collection_sint64 = 11;
433433
ModelBindingData model_binding_data = 12;
434+
CollectionModelBindingData collection_model_binding_data = 13;
434435
}
435436
}
436437

@@ -669,3 +670,8 @@ message ModelBindingData
669670
// The binding data content
670671
bytes content = 4;
671672
}
673+
674+
// Used to encapsulate collection model_binding_data
675+
message CollectionModelBindingData {
676+
repeated ModelBindingData model_binding_data = 1;
677+
}

0 commit comments

Comments
 (0)