Searched defs:PathBinder (Results 1 – 6 of 6) sorted by relevance
43 func HandleCommand(workspaceTopDir string, pathBinder bind.PathBinder, args []string) error {
47 func NewCommand(bm bind.PathBinder, wtd string) Command {
17 type PathBinder interface { interface
22 func NewServer(binder PathBinder) *Server {
33 func NewComposer(bm bind.PathBinder) Composer {
37 func New(bm bind.PathBinder, topDir string) Workspace {