Versions in this module Expand all Collapse all v0 v0.1.0 Jul 13, 2026 Changes in this version + type CouchbaseConfig struct + AdminPort string + Bucket string + BucketRAMMB int + ClusterRAMMB int + ContainerName string + DataPort string + Image string + Password string + Services string + Username string + type CouchbasePlugin struct + func NewCouchbasePlugin(dockerClient *docker.Client, logger *zap.Logger) *CouchbasePlugin + func (p *CouchbasePlugin) GetConnectionInfo() (*plugin.ConnectionInfo, error) + func (p *CouchbasePlugin) GetLogs(ctx context.Context, opts *plugin.LogOptions) ([]string, error) + func (p *CouchbasePlugin) IsReady(ctx context.Context) (bool, error) + func (p *CouchbasePlugin) Launch(ctx context.Context, config map[string]interface{}) error + func (p *CouchbasePlugin) Name() string + func (p *CouchbasePlugin) Stop(ctx context.Context) error