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