Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TrustedOperatorSigner = storj.NodeID{30: 1}
TrustedOperatorSigner is the zero signer that we use in production. This Go syntax is equivalent to 0000000000000000000000000000000000000000000000000000000000000100.
Functions ¶
This section is empty.
Types ¶
type TrustedPeersList ¶
type TrustedPeersList struct {
// contains filtered or unexported fields
}
TrustedPeersList represents a configuration-time list of trusted peers.
func NewTrustedPeerList ¶
func NewTrustedPeerList(nodes []storj.NodeID) *TrustedPeersList
NewTrustedPeerList creates a TrustedPeerList from a list of trusted NodeIDs.
Click to show internal directories.
Click to hide internal directories.