internal/lsp/dir_handler.go (5 lines of code) (raw):

package lsp type DirHandler interface { Dir() string URI() string }