[#50] util: Use protowire for util/proto helpers #52
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api-go#52
Loading…
Reference in a new issue
No description provided.
Delete branch "aarifullin/frostfs-api-go:feature/50-use_protowire"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Airat Arifullin a.arifullin@yadro.com
c13db54df5
to173d95c0e7
173d95c0e7
to542d2c64f7
@ -90,3 +89,1 @@
prefix := field << 3
return VarUIntSize(uint64(prefix)) + 1 // bool is always 1 byte long
return protowire.SizeGroup(protowire.Number(field), 1)
1
here and0x1
at 80 worth a comment (or private constant)542d2c64f7
to553e8f673e