Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentService ¶
type Connector ¶
type Connector interface {
Connect(pb.Orchestrator_ConnectServer) error
}
func MakeHandler ¶
func MakeHandler(tasksService TaskService, agentsServise AgentService, distributor Distributor) Connector
type Distributor ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
func NewExecutor(ts TaskService, as AgentService, d Distributor) *Executor
func (*Executor) OnConnClose ¶
Click to show internal directories.
Click to hide internal directories.