You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to consider the use case and adopt a consistent set of return values. Ideally the entire signature would be consistent across the functions to permit creation of a common interface for batch processing.
The text was updated successfully, but these errors were encountered:
Note to self: The problem is unlikely to be limited just to functions that filter VMs as I likely used those functions as templates for other vSphere objects (e.g., datastores, hosts).
Return values for these functions:
check-vmware/internal/vsphere/vms.go
Line 1059 in f618557
check-vmware/internal/vsphere/vms.go
Line 935 in f618557
do not match the return values for similar functions:
check-vmware/internal/vsphere/vms.go
Line 1027 in f618557
check-vmware/internal/vsphere/vms.go
Line 978 in f618557
I need to consider the use case and adopt a consistent set of return values. Ideally the entire signature would be consistent across the functions to permit creation of a common interface for batch processing.
The text was updated successfully, but these errors were encountered: