Versions in this module Expand all Collapse all v1 v1.7.0 Feb 26, 2026 Changes in this version + type AddrTranslator interface + HostToPlugin func(hostNet, hostAddr string) (pluginNet string, pluginAddr string, err error) + PluginToHost func(pluginNet, pluginAddr string) (hostNet string, hostAddr string, err error) + type AttachedRunner interface + ID func() string + Kill func(ctx context.Context) error + Wait func(ctx context.Context) error + type ReattachFunc func() (AttachedRunner, error) + type Runner interface + Diagnose func(ctx context.Context) string + Name func() string + Start func(ctx context.Context) error + Stderr func() io.ReadCloser + Stdout func() io.ReadCloser