Skip to content

Commit

Permalink
Docs: Fix Router config Godoc.
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
  • Loading branch information
ajnavarro committed Jan 4, 2023
1 parent 8cdc86d commit 268a785
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ type Routing struct {

type Router struct {

// Currenly supported Types are "reframe", "dht", "parallel", "sequential".
// Reframe type allows to add other resolvers using the Reframe spec:
// https://github.com/ipfs/specs/tree/main/reframe
// In the future we will support "dht" and other Types here.
// Currenly supported Types are "http", "dht", "parallel", "sequential".
Type RouterType

// Parameters are extra configuration that this router might need.
Expand Down

0 comments on commit 268a785

Please sign in to comment.