Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentSchedulerRestfulApiHandler ¶
type AgentSchedulerRestfulApiHandler struct {
ioc.ObjectImpl
// contains filtered or unexported fields
}
func (*AgentSchedulerRestfulApiHandler) Init ¶
func (h *AgentSchedulerRestfulApiHandler) Init() error
func (*AgentSchedulerRestfulApiHandler) Name ¶
func (h *AgentSchedulerRestfulApiHandler) Name() string
func (*AgentSchedulerRestfulApiHandler) SelectBestAgent ¶
func (h *AgentSchedulerRestfulApiHandler) SelectBestAgent(r *restful.Request, w *restful.Response)
type SelectBestAgentResponse ¶
type SelectBestAgentResponse struct {
AgentId string `json:"agent_id"`
}
Click to show internal directories.
Click to hide internal directories.