frostfs-api-go/session
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 [#106] test: Generate correct data for tests 2024-08-30 13:37:29 +03:00
convert.go [#111] protogen: Emit slice of messages without a pointer 2024-08-28 11:53:08 +03:00
json.go [#72] session: Unify unmarshaling code 2024-04-20 14:19:19 +03:00
marshal.go [#72] session: Unify unmarshaling code 2024-04-20 14:19:19 +03:00
message_test.go Rename package name 2023-03-07 13:42:36 +03:00
status.go Rename package name 2023-03-07 13:42:36 +03:00
status_test.go Rename package name 2023-03-07 13:42:36 +03:00
string.go Rename package name 2023-03-07 13:42:36 +03:00
types.go [#100] session: Introduce ObjectPatch verb 2024-08-06 12:31:11 +03:00
util.go [#68] Makefile: Use gofumpt for formatting 2024-03-14 10:31:58 +03:00
xheaders.go [#27] *: Resolve godot linter warnings 2023-05-03 14:15:56 +03:00