8 lines
95 B
Go
8 lines
95 B
Go
package telemetry
|
|
|
|
type Telemetry struct{}
|
|
|
|
func (te *Telemetry) Close() error {
|
|
return nil
|
|
}
|