The-Nazara-Project / Nazara

A CLI application to create and update machines and VMs in Netbox.
GNU General Public License v3.0
10 stars 2 forks source link

[TASK:] Generalize `search_for_matches` function in `publisher.rs` #54

Closed ByteOtter closed 7 months ago

ByteOtter commented 7 months ago

You would like to suggest a new feature?

Currently the function is structured as such as to accept a devices_list argument with type &Vec<DeviceWithConfigContext> which represents the lits of registered devices to search in. I want to generalize that so it can also accept a list of VMs.

This will be worked on in stage 2 of the API PR.


Is your feature request related to a problem you had? Please describe:

Additional context