Versions in this module Expand all Collapse all v0 v0.3.0 Apr 22, 2026 Changes in this version + func GetClaimedPCIAddressesFromMachineStore(ctx context.Context, machineStore *hostutils.Store[*api.Machine]) ([]pci.Address, error) v0.2.0 Mar 11, 2025 v0.1.0 Oct 25, 2024 Changes in this version + func DeleteSliceElement[E comparable](s []E, elem E) []E + func Zero[E any]() E + type IdGenerateFunc func() string + func (g IdGenerateFunc) Generate() string