MCPcopy
hub / github.com/apache/devlake / ApiCollector

Struct ApiCollector

backend/helpers/pluginhelper/api/api_collector.go:97–101  ·  view source on GitHub ↗

ApiCollector FIXME ...

Source from the content-addressed store, hash-verified

95
96// ApiCollector FIXME ...
97type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected