Documentation ¶ Index ¶ Variables type Cleanup func Run(ctx context.Context, imageTag string, drivers ...string) ([]url.URL, Cleanup, error) Constants ¶ This section is empty. Variables ¶ View Source var ( ErrGroupNetworkNotCreated = errors.New("network of postgres group was not created") ErrGroupNodesNotRunning = errors.New("nodes of postgres group was not running") ErrGroupNotRemoved = errors.New("postgres group was not removed") ) Functions ¶ This section is empty. Types ¶ type Cleanup ¶ type Cleanup func(ctx context.Context) error func Run ¶ func Run(ctx context.Context, imageTag string, drivers ...string) ([]url.URL, Cleanup, error) Source Files ¶ View all Source files psql.go Click to show internal directories. Click to hide internal directories.