Versions in this module Expand all Collapse all v0 v0.0.2 May 20, 2024 v0.0.1 Jan 6, 2024 Changes in this version + type Instance struct + func NewInstance(t *testing.T, confData []byte, containers ...[]dockerapi.Container) *Instance + func (i *Instance) Request(req *http.Request) *http.Response + func (i *Instance) RequestHost(host string) *http.Response + func (i *Instance) RequestHostTLS(host string) *http.Response + func (i *Instance) TLSURL() string + func (i *Instance) URL() string + type MockServer struct + func NewMockServer(t *testing.T, handle http.HandlerFunc) *MockServer + func (s *MockServer) SplitHostPort() (host, port string) + func (s *MockServer) URL() string