Versions in this module Expand all Collapse all v0 v0.1.0 Jul 16, 2026 Changes in this version + func Debug(ctx context.Context, pluginAddr string, opts ...Option) error + func Main(opts ...Option) + type Option func(*config) + func WithComponents(cs ...interface{}) Option + func WithMappers(ms ...interface{}) Option + type ReattachConfig struct + Addr ReattachConfigAddr + Pid int + Protocol string + ProtocolVersion int + Test bool + func DebugServe(ctx context.Context, opts ...Option) (ReattachConfig, <-chan struct{}, error) + type ReattachConfigAddr struct + Network string + String string