package
Version:
v0.0.1-alpha
Opens a new window with list of versions in this module.
Published: Apr 22, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SshTask struct {
gorm.Model
TaskId uint
ServerFingerprint string `validate:"required"`
Username string `validate:"required"`
Host string `validate:"required"`
Port uint `validate:"required"`
Command string `validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.