Skip to content

Commit

Permalink
Remove unused Resolver interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Aug 6, 2024
1 parent 42abe8c commit dcf38df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ww.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ const Proto = "/ww/0.0.0"

var _ suture.Service = (*Cluster)(nil)

type Resolver interface {
Resolve(ctx context.Context, ns string) (path.Path, error)
}

type Config struct {
NS string
IPFS iface.CoreAPI
Expand Down

0 comments on commit dcf38df

Please sign in to comment.