Documentation ¶
Index ¶
- type Service
- func (s *Service) AddTask(ctx context.Context, in *v1.AddTaskRequest) (*v1.AddTaskReply, error)
- func (s *Service) AddTaskGroup(ctx context.Context, in *v1.AddTaskGroupRequest) (*v1.AddTaskGroupReply, error)
- func (s *Service) AddWorker(ctx context.Context, in *v1.AddWorkerRequest) (*v1.AddWorkerReply, error)
- func (s *Service) AddWorkerGroup(ctx context.Context, in *v1.AddWorkerGroupRequest) (*v1.AddWorkerGroupReply, error)
- func (s *Service) AllTaskGroup(ctx context.Context, _ *emptypb.Empty) (*v1.AllTaskGroupReply, error)
- func (s *Service) AllWorkerGroup(ctx context.Context, _ *emptypb.Empty) (*v1.AllWorkerGroupReply, error)
- func (s *Service) CancelExecTask(ctx context.Context, in *v1.CancelExecTaskRequest) (*emptypb.Empty, error)
- func (s *Service) DeleteTask(ctx context.Context, in *v1.DeleteTaskRequest) (*emptypb.Empty, error)
- func (s *Service) DeleteTaskGroup(ctx context.Context, in *v1.DeleteTaskGroupRequest) (*emptypb.Empty, error)
- func (s *Service) DeleteWorker(ctx context.Context, in *v1.DeleteWorkerRequest) (*emptypb.Empty, error)
- func (s *Service) DeleteWorkerGroup(ctx context.Context, in *v1.DeleteWorkerGroupRequest) (*emptypb.Empty, error)
- func (s *Service) DisableTask(ctx context.Context, in *v1.DisableTaskRequest) (*emptypb.Empty, error)
- func (s *Service) DisableWorker(ctx context.Context, in *v1.DisableWorkerRequest) (*emptypb.Empty, error)
- func (s *Service) EnableTask(ctx context.Context, in *v1.EnableTaskRequest) (*emptypb.Empty, error)
- func (s *Service) EnableWorker(ctx context.Context, in *v1.EnableWorkerRequest) (*emptypb.Empty, error)
- func (s *Service) ExecTask(ctx context.Context, in *v1.ExecTaskRequest) (*emptypb.Empty, error)
- func (s *Service) GetLog(ctx context.Context, in *v1.GetLogRequest) (*v1.Log, error)
- func (s *Service) PageLog(ctx context.Context, in *v1.PageLogRequest) (*v1.PageLogReply, error)
- func (s *Service) PageTask(ctx context.Context, in *v1.PageTaskRequest) (*v1.PageTaskReply, error)
- func (s *Service) PageWorker(ctx context.Context, in *v1.PageWorkerRequest) (*v1.PageWorkerReply, error)
- func (s *Service) UpdateTask(ctx context.Context, in *v1.UpdateTaskRequest) (*emptypb.Empty, error)
- func (s *Service) UpdateTaskGroup(ctx context.Context, in *v1.UpdateTaskGroupRequest) (*emptypb.Empty, error)
- func (s *Service) UpdateWorker(ctx context.Context, in *v1.UpdateWorkerRequest) (*emptypb.Empty, error)
- func (s *Service) UpdateWorkerGroup(ctx context.Context, in *v1.UpdateWorkerGroupRequest) (*emptypb.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { v1.UnimplementedServiceServer // contains filtered or unexported fields }
func (*Service) AddTask ¶
func (s *Service) AddTask(ctx context.Context, in *v1.AddTaskRequest) (*v1.AddTaskReply, error)
func (*Service) AddTaskGroup ¶
func (s *Service) AddTaskGroup(ctx context.Context, in *v1.AddTaskGroupRequest) (*v1.AddTaskGroupReply, error)
func (*Service) AddWorker ¶
func (s *Service) AddWorker(ctx context.Context, in *v1.AddWorkerRequest) (*v1.AddWorkerReply, error)
func (*Service) AddWorkerGroup ¶
func (s *Service) AddWorkerGroup(ctx context.Context, in *v1.AddWorkerGroupRequest) (*v1.AddWorkerGroupReply, error)
func (*Service) AllTaskGroup ¶
func (*Service) AllWorkerGroup ¶
func (*Service) CancelExecTask ¶
func (*Service) DeleteTask ¶
func (*Service) DeleteTaskGroup ¶
func (*Service) DeleteWorker ¶
func (*Service) DeleteWorkerGroup ¶
func (*Service) DisableTask ¶
func (*Service) DisableWorker ¶
func (*Service) EnableTask ¶
func (*Service) EnableWorker ¶
func (*Service) PageLog ¶
func (s *Service) PageLog(ctx context.Context, in *v1.PageLogRequest) (*v1.PageLogReply, error)
func (*Service) PageTask ¶
func (s *Service) PageTask(ctx context.Context, in *v1.PageTaskRequest) (*v1.PageTaskReply, error)
func (*Service) PageWorker ¶
func (s *Service) PageWorker(ctx context.Context, in *v1.PageWorkerRequest) (*v1.PageWorkerReply, error)
func (*Service) UpdateTask ¶
func (*Service) UpdateTaskGroup ¶
func (*Service) UpdateWorker ¶
func (*Service) UpdateWorkerGroup ¶
Click to show internal directories.
Click to hide internal directories.