mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-25 14:36:35 +08:00
阶段性提交
This commit is contained in:
7
internal/db/models/node_login_params_ssh.go
Normal file
7
internal/db/models/node_login_params_ssh.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type NodeLoginSSHParams struct {
|
||||
GrantId int64 `json:"grantId"`
|
||||
Host string `json:"host"`
|
||||
Port int `json:"port"`
|
||||
}
|
||||
Reference in New Issue
Block a user