Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AgentCounter = 0
View Source
var ListenerCounter = 0
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Network string Connection chan net.Conn ControllerConfig // contains filtered or unexported fields }
func New ¶
func New(config ControllerConfig) Controller
func (*Controller) ListenAndServe ¶
func (c *Controller) ListenAndServe()
func (*Controller) WaitForReady ¶
func (c *Controller) WaitForReady()
type ControllerConfig ¶
type LigoloAgent ¶
type LigoloAgent struct { Id int Name string Network []protocol.NetInterface Session *yamux.Session CloseChan chan bool }
func (*LigoloAgent) String ¶
func (la *LigoloAgent) String() string
Click to show internal directories.
Click to hide internal directories.