Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { WalletRpcUrl string `json:"walletRpcUrl"` Logs LogsConfig `json:"logs"` Data DataConfig `json:"data"` Server ServerConfig `json:"server"` Gpu bool `json:"gpu"` }
type DataConfig ¶
type DataConfig struct {
DataPath string `json:"dataPath"`
}
type LogsConfig ¶
type ServerConfig ¶ added in v0.1.2
Click to show internal directories.
Click to hide internal directories.