()
| 69 | } |
| 70 | |
| 71 | func getIterIdGen() *didgen.DomainIdGenerator { |
| 72 | if iterIdGen == nil { |
| 73 | iterIdGen = didgen.NewDomainIdGenerator(&models.TapdIteration{}) |
| 74 | } |
| 75 | return iterIdGen |
| 76 | } |
| 77 | |
| 78 | // res will not be used |
| 79 | func GetTotalPagesFromResponse(r *http.Response, args *api.ApiCollectorArgs) (int, errors.Error) { |
no outgoing calls
no test coverage detected