package fake | |
import ( | |
"v.io/core/veyron2/context" | |
"v.io/core/veyron2/naming" | |
) | |
func (r *Runtime) NewEndpoint(ep string) (naming.Endpoint, error) { | |
panic("unimplemented") | |
} | |
func (r *Runtime) SetNewNamespace(ctx *context.T, roots ...string) (*context.T, naming.Namespace, error) { | |
panic("unimplemented") | |
} | |
func (r *Runtime) GetNamespace(ctx *context.T) naming.Namespace { | |
panic("unimplemented") | |
} |