Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGethService ¶
func NewGethService(opts *GethOpts) *gethService
Types ¶
type GethOpts ¶ added in v0.5.4
type GethOpts struct {
GethBinary string
GenesisPath string
IpcPath string
LogsPath string
Datadir string
StaticNodes string
Bootnodes string
Verbosity string
PublicIp string
Cache string
RpcAddr string
RpcPort string
RpcVHosts string
SyncMode string
GcMode string
MaxPeers string
}
func (GethOpts) GethInitializedFile ¶ added in v0.5.4
func (GethOpts) StaticNodesFile ¶ added in v0.5.4
Click to show internal directories.
Click to hide internal directories.