10 lines
141 B
Go
10 lines
141 B
Go
package uidevice
|
|
|
|
func (uid *UIDevice) OnLoad() error {
|
|
return nil
|
|
}
|
|
|
|
func (uid *UIDevice) OnTelemetryProviderFound() error {
|
|
return nil
|
|
}
|