Documentation ¶
Index ¶
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Receiver ¶
type Receiver struct {
// contains filtered or unexported fields
}
func NewReceiver ¶
func NewReceiver(programOptions models.TranOptions) *Receiver
func (*Receiver) ConnectToTranx ¶
func (*Receiver) PayloadSize ¶
func (*Receiver) TranxAddress ¶
Click to show internal directories.
Click to hide internal directories.