Skip to content

Commit

Permalink
Add new message to support collection of model-type bindings for OOP …
Browse files Browse the repository at this point in the history
…workers (#88)
  • Loading branch information
surgupta-msft authored Dec 1, 2022
1 parent 186030d commit a86db18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/proto/FunctionRpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ message TypedData {
CollectionDouble collection_double = 10;
CollectionSInt64 collection_sint64 = 11;
ModelBindingData model_binding_data = 12;
CollectionModelBindingData collection_model_binding_data = 13;
}
}

Expand Down Expand Up @@ -669,3 +670,8 @@ message ModelBindingData
// The binding data content
bytes content = 4;
}

// Used to encapsulate collection model_binding_data
message CollectionModelBindingData {
repeated ModelBindingData model_binding_data = 1;
}

0 comments on commit a86db18

Please sign in to comment.