Create 创建
(ctx context.Context, teamID string, input *service_dto.CreateService)
| 24 | SearchMyServices(ctx context.Context, teamId string, keyword string) ([]*service_dto.ServiceItem, error) |
| 25 | // Create 创建 |
| 26 | Create(ctx context.Context, teamID string, input *service_dto.CreateService) (*service_dto.Service, error) |
| 27 | // Edit 编辑 |
| 28 | Edit(ctx context.Context, id string, input *service_dto.EditService) (*service_dto.Service, error) |
| 29 | // Delete 删除项目 |
no outgoing calls
no test coverage detected