Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlaveDriver ¶
type SlaveDriver struct {
// contains filtered or unexported fields
}
func NewSlaveDriver ¶
func NewSlaveDriver(options SlaveDriverOptions, slaveTrader SlaveTrader, logger log.DebugLogger) (*SlaveDriver, error)
func (*SlaveDriver) GetSlave ¶
func (driver *SlaveDriver) GetSlave() (*Slave, error)
func (*SlaveDriver) WriteHtml ¶
func (driver *SlaveDriver) WriteHtml(writer io.Writer)
type SlaveDriverOptions ¶
Click to show internal directories.
Click to hide internal directories.