Searched refs:Composer (Results 1 – 2 of 2) sorted by relevance
29 type Composer struct { struct33 func NewComposer(bm bind.PathBinder) Composer {34 return Composer{bm}53 func (m Composer) Compose(codebasePath string, workspacePath string) ([]string, error) { argument104 func (m Composer) Dismantle(dismantlePath string) ([]string, error) { argument130 func (m Composer) Unbind(unbindPath string) error { argument135 func (m Composer) List(listPath string) ([]string, error) { argument
33 composer Composer