Skip to content

Add io.Reader to Item #710

@ghost

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

No one assigned

    Labels

    area/apiIssues related to current API limitations.kind/enhancementSomething could be better.priority/P2Somehow important but would not block a release.status/acceptedWe accept to investigate or work on it.status/more-info-neededThe 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.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions