mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
go-ipfs-config: Merge branch 'version/0.4.3-rc4'
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
commit
faef265cc1
@ -5,6 +5,10 @@ import (
|
||||
ic "gx/ipfs/QmVoi5es8D5fNHZDqoW6DgDAEPEV5hQp8GBz161vZXiwpQ/go-libp2p-crypto"
|
||||
)
|
||||
|
||||
const IdentityTag = "Identity"
|
||||
const PrivKeyTag = "PrivKey"
|
||||
const PrivKeySelector = IdentityTag + "." + PrivKeyTag
|
||||
|
||||
// Identity tracks the configuration of the local node's identity.
|
||||
type Identity struct {
|
||||
PeerID string
|
||||
|
||||
Loading…
Reference in New Issue
Block a user