Documentation ¶ Index ¶ func NewRun(handlers rpc.Handlers) target.Dispatch type Runner func NewRunner(handlers rpc.Handlers) *Runner func (r Runner) Run(ctx context.Context, port string, _ ...string) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewRun ¶ func NewRun(handlers rpc.Handlers) target.Dispatch Types ¶ type Runner ¶ type Runner struct { // contains filtered or unexported fields } func NewRunner ¶ func NewRunner(handlers rpc.Handlers) *Runner func (Runner) Run ¶ func (r Runner) Run(ctx context.Context, port string, _ ...string) (err error) Source Files ¶ View all Source files run.go Click to show internal directories. Click to hide internal directories.