Versions in this module Expand all Collapse all v2 v2.0.0 Dec 17, 2020 Changes in this version + func ClusterMembershipStatus(cmdOutput []byte) model.ClusterMembershipStatus + func Clusters(cmdOutput []byte) []model.ClusterInfo + func Filesystems(cmdOutput []byte) []model.Filesystem + func Host(cmdOutput []byte) model.Host + func NewIter(splitted []string) func() string + func OvmVMs(cmdOutput []byte) map[string][]model.VMInfo + func TrimParseBool(s string) bool + func TrimParseFloat64(s string) float64 + func TrimParseFloat64Pointer(s string, nils ...string) *float64 + func TrimParseInt(s string) int + func TrimParseInt64(s string) int64 + func TrimParseIntPointer(s string, nils ...string) *int + func TrimParseStringPointer(s string, nils ...string) *string + func TrimParseUint(s string) uint + func VmwareVMs(cmdOutput []byte) map[string][]model.VMInfo