-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/apiIssues related to current API limitations.Issues related to current API limitations.kind/enhancementSomething could be better.Something could be better.priority/P2Somehow important but would not block a release.Somehow important but would not block a release.status/acceptedWe accept to investigate or work on it.We accept to investigate or work on it.status/more-info-neededThe issue has been sent back to the reporter asking for clarificationsThe issue has been sent back to the reporter asking for clarificationsstatus/staleThe issue hasn't had activity for a while and it's marked for closing.The issue hasn't had activity for a while and it's marked for closing.
Milestone
Description
Hi, I have gobed data stored as values and when I want to read them I have to creaate new buffer, get data from item via Value() function, fill the buffer with the data and then call encoder on the struct.
I think that the Item could match the io.Reader interface so items could be used directly without the need to call the Value() method in cases when such data access is required.
Metadata
Metadata
Assignees
Labels
area/apiIssues related to current API limitations.Issues related to current API limitations.kind/enhancementSomething could be better.Something could be better.priority/P2Somehow important but would not block a release.Somehow important but would not block a release.status/acceptedWe accept to investigate or work on it.We accept to investigate or work on it.status/more-info-neededThe issue has been sent back to the reporter asking for clarificationsThe issue has been sent back to the reporter asking for clarificationsstatus/staleThe issue hasn't had activity for a while and it's marked for closing.The issue hasn't had activity for a while and it's marked for closing.