Versions in this module Expand all Collapse all v0 v0.0.2 Mar 18, 2022 v0.0.1 Mar 18, 2022 Changes in this version + type Receiver struct + func NewReceiver(programOptions models.TranOptions) *Receiver + func WithUI(r *Receiver, ui chan<- UIUpdate) *Receiver + func (r *Receiver) ConnectToTranx(tranxAddress string, tranxPort int, password models.Password) (*websocket.Conn, error) + func (r *Receiver) PayloadSize() int64 + func (r *Receiver) Receive(wsConn *websocket.Conn, buffer io.Writer) error + func (r *Receiver) TranxAddress() string + func (r *Receiver) TranxPort() int + func (r *Receiver) UsedRelay() bool + type UIUpdate struct + Progress float32