Documentation ¶
Overview ¶
Package testlibs allows Tast tests to connect to the Test Libs Server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LibsService ¶
type LibsService struct {
// contains filtered or unexported fields
}
LibsService represents connection to the Test Libs Service.
func NewLibsService ¶
func NewLibsService() (*LibsService, error)
NewLibsService connects to the TestLibsService and returns a struct to represent that connection.
func (*LibsService) Close ¶
func (ls *LibsService) Close(ctx context.Context)
Close requests to kill all running containers and stops the connection to TestLibsService.
Click to show internal directories.
Click to hide internal directories.