mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
go-ipfs-config: Removed tour command and fix test
License: MIT Signed-off-by: Sherod Taylor <sherodtaylor@gmail.com>
This commit is contained in:
@ -21,7 +21,6 @@ type Config struct {
|
||||
Discovery Discovery // local node's discovery mechanisms
|
||||
Ipns Ipns // Ipns settings
|
||||
Bootstrap []string // local nodes's bootstrap peer addresses
|
||||
Tour Tour // local node's tour position
|
||||
Gateway Gateway // local node's gateway server options
|
||||
SupernodeRouting SupernodeClientConfig // local node's routing servers (if SupernodeRouting enabled)
|
||||
API API // local node's API settings
|
||||
|
@ -1,7 +0,0 @@
|
||||
package config
|
||||
|
||||
// Tour stores the 'ipfs tour' read-list and resume point
|
||||
type Tour struct {
|
||||
Last string // last tour topic read
|
||||
// Done []string // all topics done so far
|
||||
}
|
Reference in New Issue
Block a user