Documentation
¶
Index ¶
- type Handler
- func (s *Handler) GetAgentTasks(ctx context.Context, in *pb.Empty) (*pb.AgentTaskList, error)
- func (s *Handler) MarkAgentTaskCompleted(ctx context.Context, in *pb.AgentTaskCompletedRequest) (*pb.Empty, error)
- func (s *Handler) MarkAgentTaskFailed(ctx context.Context, in *pb.AgentTaskFailedRequest) (*pb.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
pb.UnimplementedAgentTaskServiceServer
}
func (*Handler) GetAgentTasks ¶
func (*Handler) MarkAgentTaskCompleted ¶
func (*Handler) MarkAgentTaskFailed ¶
Click to show internal directories.
Click to hide internal directories.