Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

ResolveComponents #42

Closed
Stebalien opened this issue Sep 5, 2019 · 1 comment
Closed

ResolveComponents #42

Stebalien opened this issue Sep 5, 2019 · 1 comment

Comments

@Stebalien
Copy link
Member

We should have a ResolveComponents(ctx, opts...) <-chan Result function that resolves a path and returns each component as it's resolved.

Result would be:

type Result struct {
   From Path
   To Path
}
@lidel
Copy link
Member

lidel commented Jun 19, 2023

This repository is no longer maintained and has been copied over to boxo/coreiface and kubo/client/rpc. General direction is to merge majority of kubo-specific coreiface into kubo itself.

In an effort to avoid noise and crippling in the Boxo repo from the weight of issues of the past, we are closing most issues and PRs in this repo. Please feel free to open a new issue in Kubo or Boxo (and reference this issue) if this is still relevant.

You can learn more in the FAQs for the Boxo repo copying/consolidation effort.

@lidel lidel closed this as completed Jun 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants