Documentation ¶
Index ¶
- Constants
- type TestPlanService
- func (s *TestPlanService) BatchCreateTestPlanExecHistory(req *pb.TestPlanUpdateByHookRequest) error
- func (s *TestPlanService) ProcessEvent(req *pb.Content) error
- func (s *TestPlanService) UpdateTestPlanByHook(ctx context.Context, req *pb.TestPlanUpdateByHookRequest) (*pb.TestPlanUpdateByHookResponse, error)
- func (s *TestPlanService) WithAutoTestSvc(sv *autotestv2.Service)
Constants ¶
View Source
const TestPlanExecuteCallback = "/api/autotests/actions/plan-execute-callback"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestPlanService ¶
type TestPlanService struct {
// contains filtered or unexported fields
}
func (*TestPlanService) BatchCreateTestPlanExecHistory ¶
func (s *TestPlanService) BatchCreateTestPlanExecHistory(req *pb.TestPlanUpdateByHookRequest) error
func (*TestPlanService) ProcessEvent ¶
func (s *TestPlanService) ProcessEvent(req *pb.Content) error
func (*TestPlanService) UpdateTestPlanByHook ¶
func (s *TestPlanService) UpdateTestPlanByHook(ctx context.Context, req *pb.TestPlanUpdateByHookRequest) (*pb.TestPlanUpdateByHookResponse, error)
func (*TestPlanService) WithAutoTestSvc ¶
func (s *TestPlanService) WithAutoTestSvc(sv *autotestv2.Service)
Click to show internal directories.
Click to hide internal directories.