(ctx context.Context, serviceId string)
| 10 | type IAPIDocModule interface { |
| 11 | UpdateDoc(ctx context.Context, serviceId string, input *api_doc_dto.UpdateDoc) (*api_doc_dto.ApiDocDetail, error) |
| 12 | GetDoc(ctx context.Context, serviceId string) (*api_doc_dto.ApiDocDetail, error) |
| 13 | } |
| 14 | |
| 15 | func init() { |
no outgoing calls
no test coverage detected