Documentation
¶
Overview ¶
Package cli 實作 radb 的互動式命令列介面。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceData ¶
DeviceData 代表設備資訊。
type HostData ¶
type HostData struct {
HostID string
Hostname string
Devices []DeviceData
}
HostData 代表主機及其設備。
type IPCSender ¶
type IPCSender func(daemon.IPCCommand) daemon.IPCResponse
IPCSender 是 IPC 指令發送函式的型別。
Click to show internal directories.
Click to hide internal directories.