Versions in this module Expand all Collapse all v0 v0.2.0 May 4, 2023 Changes in this version + const DefaultRootDir + type Connection interface + func DialContext(ctx context.Context, filename string) Connection + func StartAndDialContext(ctx context.Context, opts ...Option) (conn Connection, errCh <-chan error) + type Option func(opt *option) + func WithRootDir(rootDir string) Option + func WithVppConfig(vppConfig string) Option