Searched refs:Unbind (Results 1 – 7 of 7) sorted by relevance
118 if err = m.pathBinder.Unbind(bindPath); err != nil {130 func (m Composer) Unbind(unbindPath string) error { func131 return m.pathBinder.Unbind(unbindPath)
271 if err = w.composer.Unbind(wsProjectPath); err != nil {
77 func (s Server) Unbind(args *UnbindArgs, reply *UnbindReply) error { func78 if err := s.priv.Unbind(args.Destination); err != nil {
20 Unbind(destination string) error methodSpec
87 func (p localBinder) Unbind(destination string) error { func
73 func (r *RemoteBinderClient) Unbind(destination string) error { func
91 if err := server.Unbind(&unbindArgs, &unbindReply); err != nil {