Files
mining-client/internal/msg/config.go

9 lines
128 B
Go
Raw Permalink Normal View History

2025-11-26 11:39:20 +08:00
package message
type MiningConfig struct {
BzMinerPath string
LolMinerPath string
RigelPath string
ProxyEnabled bool
}