Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SshAccountMsg ¶
type SshAccountMsg struct {
IsDel bool `json:"isDel"` // 是否为删除用户操作
IsKill bool `json:"isKill"` // 是否为结束用户进程操作
Username string `json:"username"`
PublicKey string `json:"publicKey"`
}
func (SshAccountMsg) Rpc ¶
func (a SshAccountMsg) Rpc() *proto.SshAccount
Click to show internal directories.
Click to hide internal directories.