Added healthchecks, and maybe got a bit lost
This commit is contained in:
@@ -58,3 +58,7 @@ func (uid *UIDevice) RequiredFields() []telemetry.FieldID {
|
||||
telemetry.RPM,
|
||||
}
|
||||
}
|
||||
|
||||
func (uid *UIDevice) HealthCheck() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user