Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { // NetworkAddress for connecting to the container using a driver. NetworkAddress string // contains filtered or unexported fields }
Container encapsulates all the setup required for creating a container for running integration tests that need a sftp server.
func NewContainer ¶
NewContainer returns a sftp container ready to be used. Callers must call Stop when it is no longer needed.
Click to show internal directories.
Click to hide internal directories.