Edit 编辑
(ctx *gin.Context, id string, input *service_dto.EditService)
| 25 | Create(ctx *gin.Context, teamID string, input *service_dto.CreateService) (*service_dto.Service, error) |
| 26 | // Edit 编辑 |
| 27 | Edit(ctx *gin.Context, id string, input *service_dto.EditService) (*service_dto.Service, error) |
| 28 | // Delete 删除 |
| 29 | Delete(ctx *gin.Context, id string) error |
| 30 | ServiceDoc(ctx *gin.Context, id string) (*service_dto.ServiceDoc, error) |
no outgoing calls
no test coverage detected