mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 06:40:26 +08:00
8 lines
144 B
Go
8 lines
144 B
Go
package models
|
|
|
|
type NodeLoginSSHParams struct {
|
|
GrantId int64 `json:"grantId"`
|
|
Host string `json:"host"`
|
|
Port int `json:"port"`
|
|
}
|