Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionHandler ¶
type ConnectionHandler struct {
// contains filtered or unexported fields
}
func (*ConnectionHandler) Close ¶
func (ch *ConnectionHandler) Close() error
func (*ConnectionHandler) GetConnection ¶
func (ch *ConnectionHandler) GetConnection() error
func (*ConnectionHandler) HandleConnection ¶
func (ch *ConnectionHandler) HandleConnection(p *tea.Program) error
func (*ConnectionHandler) Init ¶
func (ch *ConnectionHandler) Init(host string, port int)
func (*ConnectionHandler) Send ¶
func (ch *ConnectionHandler) Send(msg []byte) error
Click to show internal directories.
Click to hide internal directories.