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