Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudquery/cloudquery
/ Shutdown
Method
Shutdown
cli/internal/otel/receiver.go:77–80 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
(c Consumer) Shutdown(ctx context.Context) {
78
close(c.quit)
79
c.wg.Wait()
80
}
81
82
type
metricConsumer
func
(context.Context, pluginMetric)
83
type
tableDurationSetter
func
(string, time.Duration)
Callers
3
Shutdown
Method · 0.45
SetupOtel
Function · 0.45
runLogin
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected