Versions in this module Expand all Collapse all v0 v0.0.2 Feb 25, 2025 v0.0.1 Nov 7, 2024 Changes in this version + type Client struct + func Start(ctx context.Context, initScripts []string) (client *Client, mErr error) + func (c *Client) ConnString() (string, error) + func (c *Client) GetContainerLogs() (logs string, mErr error) + func (c *Client) Stop(ctx context.Context) error