Delete 删除项目
(ctx context.Context, id string)
| 28 | Edit(ctx context.Context, id string, input *service_dto.EditService) (*service_dto.Service, error) |
| 29 | // Delete 删除项目 |
| 30 | Delete(ctx context.Context, id string) error |
| 31 | |
| 32 | //Simple 获取简易项目列表 |
| 33 | Simple(ctx context.Context) ([]*service_dto.SimpleServiceItem, error) |
no outgoing calls
no test coverage detected