Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dirs ¶
type Dirs struct {
DataDir string
RelativeDataDir string // like dataDir, but without filepath.Abs() resolution
Chaindata string
Tmp string
Snap string
SnapHistory string
TxPool string
Nodes string
}
Dirs is the file system folder the node should use for any data storage requirements. The configured data directory will not be directly shared with registered services, instead those can use utility methods to create/access databases or flat files
Click to show internal directories.
Click to hide internal directories.