frostfs-api-go/apemanager
Evgenii Stratonikov 1ec1762d3a
Some checks failed
DCO action / DCO (pull_request) Failing after 56s
Tests and linters / Tests with -race (pull_request) Successful in 1m10s
Tests and linters / Lint (pull_request) Successful in 1m15s
Tests and linters / Tests (pull_request) Successful in 1m29s
protogen: Always marshal empty fields
This is how it was done previously:
a0a9b765f3/rpc/message/encoding.go (L31)

The tricky part is `[]byte` which is marshaled as `null` by easyjson
helper, but as `""` by protojson.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-10-07 15:04:13 +03:00
..
grpc protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
test [#85] apemanager: Generate protobufs for ape package 2024-05-29 14:15:49 +03:00
convert.go [#111] protogen: Emit slice of messages without a pointer 2024-08-28 11:53:08 +03:00
marshal.go [#85] apemanager: Generate protobufs for ape package 2024-05-29 14:15:49 +03:00
message_test.go [#85] apemanager: Generate protobufs for ape package 2024-05-29 14:15:49 +03:00
status.go [#74] apemanager: Generate protobufs for apemanager service 2024-05-02 11:53:26 +00:00
status_test.go [#74] apemanager: Generate protobufs for apemanager service 2024-05-02 11:53:26 +00:00
types.go [#115] apemanager: Fix type getters 2024-09-06 12:54:07 +00:00