@cryptotaxi247 / kubo / commits / 2f2b1fbcd

go-ipfs-config: Removed tour command and fix test

License: MIT Signed-off-by: Sherod Taylor <sherodtaylor@gmail.com>

Sherod Taylor committed Aug 5, 2017 at 22:55 UTC 2f2b1fbcd71c8693376d2cb7551f57707f3a653e
2 files changed -8
config/config.go
-1
@@ -21,7 +21,6 @@ type Config struct {
21 Discovery Discovery // local node's discovery mechanisms
22 Ipns Ipns // Ipns settings
23 Bootstrap []string // local nodes's bootstrap peer addresses
24 - Tour Tour // local node's tour position
24 Gateway Gateway // local node's gateway server options
25 SupernodeRouting SupernodeClientConfig // local node's routing servers (if SupernodeRouting enabled)
26 API API // local node's API settings
config/tour.go deleted
-7
@@ -1,7 +0,0 @@
1 -package config
2 -
3 -// Tour stores the 'ipfs tour' read-list and resume point
4 -type Tour struct {
5 - Last string // last tour topic read
6 - // Done []string // all topics done so far
7 -}