diff --git a/dev/faq/index.html b/dev/faq/index.html index 1fde05b..3944b7b 100644 --- a/dev/faq/index.html +++ b/dev/faq/index.html @@ -12,4 +12,4 @@ elseif one_of_field === :option2 do_someting_else(one_of_field[]) # ... -end
When you know that the oneof
field is guaranteed to be received when decoding, you can tell the protojl
not to use a Union
by providing a force_requires
keyword argument with Dict("my_proto_file.proto" => Set("MyMessage.one_of_field"))
.
You can parametrize your structs on the type of oneof
s by providing a parametrize_oneofs=true
keyword argument to protojl
.
The package should have fairly complete support for both proto2
and proto3
syntaxes with the following exceptions:
.textproto
files?)Future development will focus on Services and RPC with an overall goal of getting a new, native Julia gRPC
implementation.
Settings
This document was generated with Documenter.jl version 0.27.25 on Monday 26 February 2024. Using Julia version 1.10.1.