Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
func Connect ¶
func Connect(r *testflight.Requester, route string) *Connection
func (*Connection) Close ¶
func (connection *Connection) Close()
func (*Connection) FlushMessages ¶
func (connection *Connection) FlushMessages(number int) *TimeoutError
func (*Connection) ReceiveMessage ¶
func (connection *Connection) ReceiveMessage() (string, *TimeoutError)
func (*Connection) SendMessage ¶
func (connection *Connection) SendMessage(message string)
type TimeoutError ¶
type TimeoutError struct { }
func (TimeoutError) Error ¶
func (e TimeoutError) Error() string
Click to show internal directories.
Click to hide internal directories.