mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
go-ipfs-config: Changed so only explicit ipfs cli commands are lowercased
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
parent
3e6db54da2
commit
ed67b7bf9a
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
// DefaultBootstrapAddresses are the hardcoded bootstrap addresses
|
||||
// for ipfs. they are nodes run by the ipfs team. docs on these later.
|
||||
// for IPFS. they are nodes run by the IPFS team. docs on these later.
|
||||
// As with all p2p networks, bootstrap is an important security concern.
|
||||
//
|
||||
// NOTE: This is here -- and not inside cmd/ipfs/init.go -- because of an
|
||||
|
||||
@ -15,7 +15,7 @@ import (
|
||||
|
||||
var log = logging.Logger("config")
|
||||
|
||||
// Config is used to load IPFS config files.
|
||||
// Config is used to load ipfs config files.
|
||||
type Config struct {
|
||||
Identity Identity // local node's peer identity
|
||||
Datastore Datastore // local node's storage
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
package config
|
||||
|
||||
// Tour stores the ipfs tour read-list and resume point
|
||||
// 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user