ShutdownFunc flushes and stops an OTEL exporter.
func(ctx context.Context) error
| 55 | |
| 56 | // ShutdownFunc flushes and stops an OTEL exporter. |
| 57 | type ShutdownFunc func(ctx context.Context) error |
| 58 | |
| 59 | // envMap is a convenience type for OS environment variables. |
| 60 | type envMap map[string]string |
nothing calls this directly
no outgoing calls
no test coverage detected