Refactor code for improved readability and maintainability; add utility functions for score calculation and archive processing
This commit is contained in:
@@ -417,9 +417,10 @@ func ReadOperationsByService(service ServiceType) []OperationSpec {
|
||||
return EventReadOperations
|
||||
case ServiceDeviceIO:
|
||||
return DeviceIOReadOperations
|
||||
default:
|
||||
case ServiceUnknown:
|
||||
return nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// IndependentOperations returns operations that don't depend on other operations.
|
||||
|
||||
Reference in New Issue
Block a user