gotools/gopls/internal/cmd/codelens.go

type codelens

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

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

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

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

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

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