package telemetry type Telemetry struct{} func (te *Telemetry) Close() error { return nil }