Discover Packages
github.com/devopsxp/xp
pkg
setup
package
Version:
v0.7.6
Opens a new window with list of versions in this module.
Published: Jan 31, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
主机磁盘配置获取数据结构
通用设置模块 获取主机基本配置
type Host struct {
Ip []IP `json:"ip"`
}
type IP struct {
Device string `json:"device"`
Ip string `json:"ip"`
Mac string `json:"mac"`
Bordcast string `json:"bordcast"`
Status string `json:"status"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.