Method
UpdateDoc
(ctx *gin.Context, serviceId string, input *api_doc_dto.UpdateDoc)
Source from the content-addressed store, hash-verified
| 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) |
| 59 | } |
| 60 | |
| 61 | func (i *imlAPIDocController) GetDoc(ctx *gin.Context, serviceId string) (*api_doc_dto.ApiDocDetail, error) { |
| 62 | return i.module.GetDoc(ctx, serviceId) |
Callers
nothing calls this directly
Tested by
no test coverage detected