Versions in this module Expand all Collapse all v0 v0.1.1 May 12, 2022 v0.1.0 May 12, 2022 Changes in this version + const SemanticLeft + const SemanticRight + var ErrInvalidRenamePosition = errors.New("request is not valid at the given position") + func CloseTestConnections(ctx context.Context) + type Application struct + OCAgent string + PrepareOptions func(*source.Options) + Remote string + Serve Serve + Verbose bool + VeryVerbose bool + func New(name, wd string, env []string, options func(*source.Options)) *Application + func (app *Application) Commands() []tool.Application + func (app *Application) DetailedHelp(f *flag.FlagSet) + func (app *Application) Name() string + func (app *Application) Run(ctx context.Context, args ...string) error + func (app *Application) ShortHelp() string + func (app *Application) Usage() string + type Definition struct + Description string + Span span.Span + type Serve struct + Address string + Debug string + IdleTimeout time.Duration + Logfile string + Mode string + Port int + RemoteDebug string + RemoteListenTimeout time.Duration + RemoteLogfile string + Trace bool + func (s *Serve) DetailedHelp(f *flag.FlagSet) + func (s *Serve) Name() string + func (s *Serve) Parent() string + func (s *Serve) Run(ctx context.Context, args ...string) error + func (s *Serve) ShortHelp() string + func (s *Serve) Usage() string