Documentation
¶
Index ¶
- Constants
- func BaseInfoField() (tb *clitask.Table)
- func BmcField() (tb *clitask.Table)
- func CheckSwitchInfo() (tb *clitask.Table)
- func CpuField() (tb *clitask.Table)
- func DiskField() (tb *clitask.Table)
- func FilterDisk(plt string) (out string)
- func GofishBMCV1Collect(remote *structs.L2DeviceRemoteInfo, ...) (result *clitask.Table, err error)
- func GofishNetworkInterfaceV1Collect(remote *structs.L2DeviceRemoteInfo, ...) (result *clitask.Table, err error)
- func GofishNetworkV1Collect(remote *structs.L2DeviceRemoteInfo, ...) (result *clitask.Table, err error)
- func GofishPowerControlV1Collect(remote *structs.L2DeviceRemoteInfo, ...) (result *clitask.Table, err error)
- func GofishPowerV1Collect(remote *structs.L2DeviceRemoteInfo, ...) (result *clitask.Table, err error)
- func GofishRedfishVersionV1Collect(remote *structs.L2DeviceRemoteInfo, ...) (result *clitask.Table, err error)
- func GofishbaseinfoV1Collect(remote *structs.L2DeviceRemoteInfo, ...) (result *clitask.Table, err error)
- func GofishcpuV1Collect(remote *structs.L2DeviceRemoteInfo, ...) (result *clitask.Table, err error)
- func GofishdiskV1Collect(remote *structs.L2DeviceRemoteInfo, ...) (result *clitask.Table, err error)
- func GofishmemV1Collect(remote *structs.L2DeviceRemoteInfo, ...) (result *clitask.Table, err error)
- func IPMIGetSNV1(remote *structs.L2DeviceRemoteInfo, ...) (ipmiresult *clitask.Table, err error)
- func InterfaceToList(obj interface{}) (list []interface{})
- func IpmiGetSn(remote *structs.L2DeviceRemoteInfo) (result string, err error)
- func MemField() (tb *clitask.Table)
- func NetworkFiled() (tb *clitask.Table)
- func NetworkInterfaceField() (tb *clitask.Table)
- func NormalGofishClient(remote *structs.L2DeviceRemoteInfo) *mygofish.HardCollect
- func NormalRedfishClient(remote *structs.L2DeviceRemoteInfo) (c *v2.Client, err error)
- func PowerControlField() (tb *clitask.Table)
- func PowerField() (tb *clitask.Table)
- func RedfishBMCV1Collect(c *v2.Client) (result *clitask.Table, err error)
- func RedfishBaseInfoV1Collect(c *v2.Client) (result *clitask.Table, err error)
- func RedfishCpuV1Collect(c *v2.Client) (*clitask.Table, error)
- func RedfishDiskV1Collect(c *v2.Client) (result *clitask.Table, err error)
- func RedfishMEMV1Collect(c *v2.Client) (result *clitask.Table, err error)
- func RedfishNetWorkV1Collect(c *v2.Client) (*clitask.Table, error)
- func RedfishNetworkV1Collect(c *v2.Client) (result *clitask.Table, err error)
- func RedfishPowerControlV1Collect(c *v2.Client) (result *clitask.Table, err error)
- func RedfishPowerV1Collect(c *v2.Client) (result *clitask.Table, err error)
- func RedfishVersionField() (tb *clitask.Table)
- func RedfishVersionV1Collect(c *v2.Client) (*clitask.Table, error)
- func RunSnmpTask(task *snmp.SnmpTask, remote *structs.L2DeviceRemoteInfo) (*clitask.Table, error)
- func SNField() (tb *clitask.Table)
- func SnmpGetCpuV1(remote *structs.L2DeviceRemoteInfo, ...) (*clitask.Table, error)
- func TableBuilder(data interface{}) (tb *clitask.Table, err error)
Constants ¶
View Source
const ( CAST_SAME = "CAST_SAME" CAST_SNAKE = "CAST_SNAKE" CAST_CAMEL = "CAST_CAMEL" CAST_LCAMEL = "CAST_LCAMEL" CAST_TAG = "CAST_TAG" )
Variables ¶
This section is empty.
Functions ¶
func BaseInfoField ¶
func CheckSwitchInfo ¶
func FilterDisk ¶
func GofishBMCV1Collect ¶
func GofishBMCV1Collect(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface, server *mygofish.HardCollect) (result *clitask.Table, err error)
func GofishNetworkInterfaceV1Collect ¶
func GofishNetworkInterfaceV1Collect(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface, server *mygofish.HardCollect) (result *clitask.Table, err error)
func GofishNetworkV1Collect ¶
func GofishNetworkV1Collect(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface, server *mygofish.HardCollect) (result *clitask.Table, err error)
func GofishPowerControlV1Collect ¶
func GofishPowerControlV1Collect(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface, server *mygofish.HardCollect) (result *clitask.Table, err error)
func GofishPowerV1Collect ¶
func GofishPowerV1Collect(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface, server *mygofish.HardCollect) (result *clitask.Table, err error)
func GofishRedfishVersionV1Collect ¶
func GofishRedfishVersionV1Collect(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface, server *mygofish.HardCollect) (result *clitask.Table, err error)
func GofishbaseinfoV1Collect ¶
func GofishbaseinfoV1Collect(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface, server *mygofish.HardCollect) (result *clitask.Table, err error)
func GofishcpuV1Collect ¶
func GofishcpuV1Collect(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface, server *mygofish.HardCollect) (result *clitask.Table, err error)
func GofishdiskV1Collect ¶
func GofishdiskV1Collect(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface, server *mygofish.HardCollect) (result *clitask.Table, err error)
func GofishmemV1Collect ¶
func GofishmemV1Collect(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface, server *mygofish.HardCollect) (result *clitask.Table, err error)
func IPMIGetSNV1 ¶
func IPMIGetSNV1(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface) (ipmiresult *clitask.Table, err error)
func InterfaceToList ¶
func InterfaceToList(obj interface{}) (list []interface{})
func NetworkFiled ¶
func NetworkInterfaceField ¶
func NormalGofishClient ¶
func NormalGofishClient(remote *structs.L2DeviceRemoteInfo) *mygofish.HardCollect
Gofish🔗
func NormalRedfishClient ¶
func NormalRedfishClient(remote *structs.L2DeviceRemoteInfo) (c *v2.Client, err error)
func PowerControlField ¶
func PowerField ¶
func RedfishBMCV1Collect ¶
func RedfishDiskV1Collect ¶
func RedfishMEMV1Collect ¶
func RedfishNetworkV1Collect ¶
func RedfishPowerV1Collect ¶
func RedfishVersionField ¶
func RunSnmpTask ¶
func SnmpGetCpuV1 ¶
func SnmpGetCpuV1(remote *structs.L2DeviceRemoteInfo, taskConfig structs.L2NodemapTaskConfigInterface) (*clitask.Table, error)
func TableBuilder ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.