Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Connection ¶
type Connection struct { Status string Incoming chan daemon.WsSendMessage // contains filtered or unexported fields }
func (*Connection) Close ¶
func (conn *Connection) Close()
func (*Connection) SendSyncCommand ¶
func (conn *Connection) SendSyncCommand(cmd string) *daemon.WsSendMessage
func (*Connection) Start ¶
func (conn *Connection) Start(url string)
func (*Connection) Write ¶
func (conn *Connection) Write(cmd string)
Click to show internal directories.
Click to hide internal directories.