blob: dab9a064f6bb9a29f4f60ff3a3dad17d794835ab [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package fake
import (
"v.io/v23/context"
"v.io/v23/namespace"
"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, namespace.T, error) {
panic("unimplemented")
}
func (r *Runtime) GetNamespace(ctx *context.T) namespace.T {
panic("unimplemented")
}