Redmage/pkg/telemetry/telemetry.go

8 lines
95 B
Go
Raw Normal View History

2024-04-12 01:32:06 +07:00
package telemetry
type Telemetry struct{}
func (te *Telemetry) Close() error {
return nil
}