gotools/gopls/internal/cmd/workspace_symbol.go

type workspaceSymbol

func (r *workspaceSymbol) Name() string      {}

func (r *workspaceSymbol) Parent() string    {}

func (r *workspaceSymbol) Usage() string     {}

func (r *workspaceSymbol) ShortHelp() string {}

func (r *workspaceSymbol) DetailedHelp(f *flag.FlagSet) {}

func (r *workspaceSymbol) Run(ctx context.Context, args ...string) error {}