We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// Pull now accepts a meta param NewPull(cidStr string, lng ipld.NodeGetter, bapi coreiface.BlockAPI, rem DagSyncable, meta map[string]string) (pull *Pull, err error) // Push doesn't... func NewPush(lng ipld.NodeGetter, info *dag.Info, remote DagSyncable, pinOnComplete bool) (*Push, error)
I think we should pull the meta param off of pull, and use the form that push uses: a SetMeta method on the push itself.
SetMeta
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think we should pull the meta param off of pull, and use the form that push uses: a
SetMeta
method on the push itself.The text was updated successfully, but these errors were encountered: