blob: cae45530f2e8720405ede25d3f3ef7e2c2c3f439 [file] [log] [blame]
package fake
import (
"v.io/v23/context"
"v.io/v23/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")
}