 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type TestSshServer
- func (t *TestSshServer) StartSshServer(ctx context.Context) error
- func (t *TestSshServer) StartSshServerInBackground(ctx context.Context) error
- func (t *TestSshServer) Stop(ctx context.Context) error
- func (t *TestSshServer) WaitUntilPortUnused(ctx context.Context) error
- func (t *TestSshServer) WaitUntilStopped(ctx context.Context) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestSshServer ¶
type TestSshServer struct {
	Username string
	Password string
	Port     int
	// contains filtered or unexported fields
}
    func (*TestSshServer) StartSshServer ¶
func (t *TestSshServer) StartSshServer(ctx context.Context) error
func (*TestSshServer) StartSshServerInBackground ¶
func (t *TestSshServer) StartSshServerInBackground(ctx context.Context) error
func (*TestSshServer) WaitUntilPortUnused ¶ added in v0.339.0
func (t *TestSshServer) WaitUntilPortUnused(ctx context.Context) error
func (*TestSshServer) WaitUntilStopped ¶
func (t *TestSshServer) WaitUntilStopped(ctx context.Context) error
 Click to show internal directories. 
   Click to hide internal directories.