Versions in this module Expand all Collapse all v0 v0.1.0 May 23, 2023 Changes in this version + func DumpContainerLogs(id string) []byte + func Get(t *testing.T, url string, headers map[string]string) (*http.Response, error) + func NewTestLoger() (*zap.SugaredLogger, func()) + func Post(t *testing.T, url, body string, headers map[string]string) (*http.Response, error) + func StopContainer(id string) error + func StopDB(c *Container) + type Container struct + Host string + ID string + Port int + func StartContainer(image, port string, args ...string) (*Container, error) + func StartDB() (*Container, error)