Versions in this module Expand all Collapse all v0 v0.2.0 Nov 28, 2024 v0.1.0 Sep 26, 2024 Changes in this version + func Deinit(devices dut.Devlist) error + func Init(devices dut.Devlist) error + type Broker struct + func (b *Broker) Err() <-chan error + func (b *Broker) ModuleSession() module.Session + func (b *Broker) Start(ctx context.Context, s Stream) + type ModuleInitError struct + Errs []ModuleInitErrorDetails + func (e *ModuleInitError) Error() string + type ModuleInitErrorDetails struct + Cmd string + Dev string + Err error + Mod dut.Module + type Stream interface + Receive func() (*pb.RunRequest, error) + Send func(msg *pb.RunResponse) error