| 51 | var _ IAPIDocController = (*imlAPIDocController)(nil) |
| 52 | |
| 53 | type imlAPIDocController struct { |
| 54 | module api_doc.IAPIDocModule `autowired:""` |
| 55 | } |
| 56 | |
| 57 | func (i *imlAPIDocController) UpdateDoc(ctx *gin.Context, serviceId string, input *api_doc_dto.UpdateDoc) (*api_doc_dto.ApiDocDetail, error) { |
| 58 | return i.module.UpdateDoc(ctx, serviceId, input) |
nothing calls this directly
no outgoing calls
no test coverage detected