ApiCollector FIXME ...
| 95 | |
| 96 | // ApiCollector FIXME ... |
| 97 | type ApiCollector struct { |
| 98 | *RawDataSubTask |
| 99 | args *ApiCollectorArgs |
| 100 | urlTemplate *template.Template |
| 101 | } |
| 102 | |
| 103 | // NewApiCollector allocates a new ApiCollector with the given args. |
| 104 | // ApiCollector can help us to collect data from api with ease, pass in a AsyncApiClient and tell it which part |
nothing calls this directly
no outgoing calls
no test coverage detected