Alexey Kovalev
Alexey Kovalev
@bmgarness, Thanks for the answer, But I didn't fully understand. Don't your Services import and use Models (which are inherited from BaseModel)? Or are the Models in the Services you...
Additionally, in PR #3325, I replaced the string comparison method with a slightly more efficient one that uses fewer instructions: ```go strings.Compare(a, b) == 0 ---> a == b ```...
/assign @k82cn
> any update? i can help u finish this pr, @belo4ya I glanced at the idea of linking `IgnoredDevicesList` with `NodeInfo` - and it turned out that there is already...