Skip to content

Retrieve a file from offset? #47

Description

@itsjwala

can this feature be supported where user can specify from where to read?

Current :-

func (c *Client) Retrieve(path string, dest io.Writer) error {

Need :-

func (c *Client) RetrieveFrom(path string, dest io.Writer,bytesSoFar int64) error {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions