blob: 430311b2d1ca214810764049581c197be3fb489a [file] [log] [blame]
pkg fake, func Init(*context.T) (v23.Runtime, *context.T, v23.Shutdown, error)
pkg fake, func InjectRuntime(v23.Runtime, *context.T, v23.Shutdown)
pkg fake, func SetClient(*context.T, rpc.Client) *context.T
pkg fake, method (*Runtime) GetAppCycle(*context.T) v23.AppCycle
pkg fake, method (*Runtime) GetBackgroundContext(*context.T) *context.T
pkg fake, method (*Runtime) GetClient(*context.T) rpc.Client
pkg fake, method (*Runtime) GetListenSpec(*context.T) rpc.ListenSpec
pkg fake, method (*Runtime) GetNamespace(*context.T) namespace.T
pkg fake, method (*Runtime) GetPrincipal(*context.T) security.Principal
pkg fake, method (*Runtime) GetReservedNameDispatcher(*context.T) rpc.Dispatcher
pkg fake, method (*Runtime) Init(*context.T) error
pkg fake, method (*Runtime) NewEndpoint(string) (naming.Endpoint, error)
pkg fake, method (*Runtime) NewServer(*context.T, ...rpc.ServerOpt) (rpc.Server, error)
pkg fake, method (*Runtime) WithBackgroundContext(*context.T) *context.T
pkg fake, method (*Runtime) WithNewClient(*context.T, ...rpc.ClientOpt) (*context.T, rpc.Client, error)
pkg fake, method (*Runtime) WithNewNamespace(*context.T, ...string) (*context.T, namespace.T, error)
pkg fake, method (*Runtime) WithNewStreamManager(*context.T) (*context.T, error)
pkg fake, method (*Runtime) WithPrincipal(*context.T, security.Principal) (*context.T, error)
pkg fake, method (*Runtime) WithReservedNameDispatcher(*context.T, rpc.Dispatcher) *context.T
pkg fake, type Runtime struct