WIP: [#50] marshal: Use protowire append methods for marshalers #56

Closed
aarifullin wants to merge 1 commit from aarifullin/frostfs-api-go:feature/50-protowire_append into master
Member
  • Use protowire.AppendTag to encode a tag and append it
  • Use protowire.AppendVarint to append numeric data
  • Use protowire.AppendBytes and protowire.AppendString

Signed-off-by: Airat Arifullin a.arifullin@yadro.com

* Use protowire.AppendTag to encode a tag and append it * Use protowire.AppendVarint to append numeric data * Use protowire.AppendBytes and protowire.AppendString Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
aarifullin added the
refactoring
label 2023-08-31 09:15:59 +00:00
aarifullin added 1 commit 2023-08-31 09:16:01 +00:00
[#50] marshal: Use protowire append methods for marshalers
Some checks failed
DCO action / DCO (pull_request) Successful in 48s
Tests and linters / Tests (1.19) (pull_request) Failing after 59s
Tests and linters / Tests with -race (pull_request) Successful in 1m31s
Tests and linters / Tests (1.20) (pull_request) Failing after 5m52s
Tests and linters / Lint (pull_request) Successful in 7m3s
443098cb28
* Use protowire.AppendTag to encode a tag and append it
* Use protowire.AppendVarint to append numeric data
* Use protowire.AppendBytes and protowire.AppendString

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
aarifullin requested review from storage-core-committers 2023-08-31 09:16:18 +00:00
aarifullin requested review from storage-core-developers 2023-08-31 09:16:19 +00:00
aarifullin requested review from storage-services-committers 2023-08-31 09:45:27 +00:00
aarifullin requested review from storage-services-developers 2023-08-31 09:45:28 +00:00
aarifullin changed title from [#50] marshal: Use protowire append methods for marshalers to WIP: [#50] marshal: Use protowire append methods for marshalers 2023-08-31 10:05:37 +00:00
aarifullin closed this pull request 2023-08-31 15:48:51 +00:00
Some checks failed
DCO action / DCO (pull_request) Successful in 48s
Tests and linters / Tests (1.19) (pull_request) Failing after 59s
Tests and linters / Tests with -race (pull_request) Successful in 1m31s
Tests and linters / Tests (1.20) (pull_request) Failing after 5m52s
Tests and linters / Lint (pull_request) Successful in 7m3s

Pull request closed

Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-committers
TrueCloudLab/storage-core-developers
TrueCloudLab/storage-services-committers
TrueCloudLab/storage-services-developers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-api-go#56
No description provided.