GraphqlCollector help you collect data from Graphql services
| 85 | |
| 86 | // GraphqlCollector help you collect data from Graphql services |
| 87 | type GraphqlCollector struct { |
| 88 | *RawDataSubTask |
| 89 | args *GraphqlCollectorArgs |
| 90 | workerErrors []error |
| 91 | batchSave *BatchSave |
| 92 | } |
| 93 | |
| 94 | // ErrFinishCollect is an error which will finish this collector |
| 95 | var ErrFinishCollect = errors.Default.New("finish collect") |
nothing calls this directly
no outgoing calls
no test coverage detected