Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APINodeServicesRegister ¶
Types ¶
type APINode ¶
type APINode struct {
// contains filtered or unexported fields
}
func NewAPINode ¶
func NewAPINode() *APINode
func (*APINode) InstallSystemService ¶
InstallSystemService 安装系统服务
type NodeStatusExecutor ¶
type NodeStatusExecutor struct {
// contains filtered or unexported fields
}
func NewNodeStatusExecutor ¶
func NewNodeStatusExecutor() *NodeStatusExecutor
func (*NodeStatusExecutor) Listen ¶
func (this *NodeStatusExecutor) Listen()
type StartIssue ¶
type StartIssue struct { Code string `json:"code"` Message string `json:"message"` Suggestion string `json:"suggestion"` }
func NewStartIssue ¶
func NewStartIssue(code string, message string, suggestion string) *StartIssue
Click to show internal directories.
Click to hide internal directories.