MCPcopy
hub / github.com/docker/compose / ShutdownFunc

FuncType ShutdownFunc

internal/tracing/tracing.go:57–57  ·  internal/tracing/tracing.go::ShutdownFunc

ShutdownFunc flushes and stops an OTEL exporter.

func(ctx context.Context) error

Source from the content-addressed store, hash-verified

55
56// ShutdownFunc flushes and stops an OTEL exporter.
57type ShutdownFunc func(ctx context.Context) error
58
59// envMap is a convenience type for OS environment variables.
60type envMap map[string]string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected