Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { ID storj.NodeID // OwnderID - we need this field only if there will be multiple node owners. OwnderID uuid.UUID // APISecret is a secret issued by storagenode, that will be main auth mechanism in MND <-> SNO api. is a secret issued by storagenode, that will be main auth mechanism in MND <-> SNO api. APISecret []byte Tag string // TODO: create enum or type in future. }
Node is a representation of storeganode, that SNO could add to the Multinode Dashboard.
Click to show internal directories.
Click to hide internal directories.