增加了使用golang ssh库接入访问SSH类型资产的选项 close #58
This commit is contained in:
@ -5,6 +5,10 @@ import (
|
||||
"next-terminal/pkg/guacd"
|
||||
)
|
||||
|
||||
const (
|
||||
SshMode = "ssh-mode"
|
||||
)
|
||||
|
||||
type Property struct {
|
||||
Name string `gorm:"primary_key" json:"name"`
|
||||
Value string `json:"value"`
|
||||
|
Reference in New Issue
Block a user