Documentation ¶
Index ¶
- type Option
- type TaskErrorService
- func (s *TaskErrorService) FindAddonByRuntimeID(runtimeID uint64) ([]string, error)
- func (s *TaskErrorService) FindRuntimeByPipelineID(pipelineID uint64) ([]string, error)
- func (s *TaskErrorService) List(param *apistructs.ErrorLogListRequest) ([]*pb.ErrorLog, error)
- func (s *TaskErrorService) ListErrorLog(ctx context.Context, req *pb.ErrorLogListRequest) (*pb.ErrorLogListResponseData, error)
- func (s *TaskErrorService) WithErrorBoxSvc(errBoxSvc errboxpb.ErrorBoxServiceServer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(service *TaskErrorService)
type TaskErrorService ¶
type TaskErrorService struct {
// contains filtered or unexported fields
}
func (*TaskErrorService) FindAddonByRuntimeID ¶
func (s *TaskErrorService) FindAddonByRuntimeID(runtimeID uint64) ([]string, error)
FindAddonByRuntimeID 根据 runtime ID 获取 addon id
func (*TaskErrorService) FindRuntimeByPipelineID ¶
func (s *TaskErrorService) FindRuntimeByPipelineID(pipelineID uint64) ([]string, error)
func (*TaskErrorService) List ¶
func (s *TaskErrorService) List(param *apistructs.ErrorLogListRequest) ([]*pb.ErrorLog, error)
func (*TaskErrorService) ListErrorLog ¶
func (s *TaskErrorService) ListErrorLog(ctx context.Context, req *pb.ErrorLogListRequest) (*pb.ErrorLogListResponseData, error)
func (*TaskErrorService) WithErrorBoxSvc ¶
func (s *TaskErrorService) WithErrorBoxSvc(errBoxSvc errboxpb.ErrorBoxServiceServer)
Click to show internal directories.
Click to hide internal directories.