MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / executor

Struct executor

module/monitor/driver/influxdb-v2/executor.go:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type executor struct {
42 fluxQuery flux.IFluxQuery
43 cfg InfluxdbV2Config
44 openApi api.QueryAPI
45 client influxdb2.Client
46}
47
48func (e *executor) Init(ctx context.Context) error {
49 orgInfo, err := e.client.OrganizationsAPI().FindOrganizationByName(ctx, e.cfg.Org)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected