Versions in this module Expand all Collapse all v0 v0.2.0 Apr 2, 2021 Changes in this version + type Delegate interface + AgentConnected func(id string) + CloseConnection func() + SendData func(data []byte) + type Handler interface + Accept func() + Close func() + Download func(source string, destination string) + Execute func(name string, args []string) + NeedsTLS func() bool + ReceiveData func(data []byte) + SetDelegate func(delegate Delegate) + Upload func(source string, destination string)