fixup json

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-12-25 16:16:57 +03:00
parent 86c6e2e006
commit 9f3f627434
3 changed files with 142 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ var (
DefaultMarshalOptions = jsonpb.MarshalOptions{
UseEnumNumbers: false,
EmitUnpopulated: false,
UseProtoNames: true,
UseProtoNames: false,
AllowPartial: false,
}