9 lines
128 B
Go
9 lines
128 B
Go
|
|
package message
|
||
|
|
|
||
|
|
type MiningConfig struct {
|
||
|
|
BzMinerPath string
|
||
|
|
LolMinerPath string
|
||
|
|
RigelPath string
|
||
|
|
ProxyEnabled bool
|
||
|
|
}
|