Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSshUserCheckService ¶
type MockSshUserCheckService struct {
CheckSshUserDetailsFunc func(*models.SshUserChecksRequest) (*models.ChecksResponse, error)
}
func (*MockSshUserCheckService) CheckSshUserDetails ¶
func (mssu *MockSshUserCheckService) CheckSshUserDetails(req *models.SshUserChecksRequest) (*models.ChecksResponse, error)
type SshUserCheckService ¶
type SshUserCheckService interface {
CheckSshUserDetails(*models.SshUserChecksRequest) (*models.ChecksResponse, error)
}
type SshUserServiceImpl ¶
type SshUserServiceImpl struct { SshUtil sshutils.SSHUtil FileUtils fileutils.FileUtils // contains filtered or unexported fields }
func NewSshUserCheckService ¶
func (*SshUserServiceImpl) CheckSshConnection ¶
func (*SshUserServiceImpl) CheckSshUserDetails ¶
func (ssu *SshUserServiceImpl) CheckSshUserDetails(req *models.SshUserChecksRequest) (*models.ChecksResponse, error)
Click to show internal directories.
Click to hide internal directories.