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