Versions in this module Expand all Collapse all v0 v0.1.0 Jul 13, 2026 Changes in this version + type PostgreSQLConfig struct + ContainerName string + Database string + Image string + Password string + Port string + ScriptsPath string + User string + type PostgreSQLPlugin struct + func NewPostgreSQLPlugin(dockerClient *docker.Client, logger *zap.Logger) *PostgreSQLPlugin + func (p *PostgreSQLPlugin) GetConnectionInfo() (*plugin.ConnectionInfo, error) + func (p *PostgreSQLPlugin) GetLogs(ctx context.Context, opts *plugin.LogOptions) ([]string, error) + func (p *PostgreSQLPlugin) IsReady(ctx context.Context) (bool, error) + func (p *PostgreSQLPlugin) Launch(ctx context.Context, config map[string]interface{}) error + func (p *PostgreSQLPlugin) Name() string + func (p *PostgreSQLPlugin) Stop(ctx context.Context) error