package
0.38.1
Repository: https://github.com/aperturerobotics/bifrost.git
Documentation: pkg.go.dev

# Functions

NewAccessClientFunc constructs a AccessClientFunc with a static client.
NewAccessRpcServiceServer builds a AccessRpcService server with a bus.
NewClientController constructs the controller.
NewLookupRpcServiceRequest constructs a new LookupRpcServiceRequest.
NewLookupRpcServiceResolver constructs the directive resolver.
NewProxyInvoker constructs a new srpc.Invoker with a client and request.
No description provided by the author
No description provided by the author
NewSRPCAccessRpcServiceHandler constructs a new RPC handler.
RequestFromDirective converts a LookupRpcService directive to a request.
SRPCRegisterAccessRpcService registers the implementation with the mux.

# Constants

No description provided by the author

# Structs

AccessRpcServiceServer is the server for AccessRpcService.
ClientController resolves LookupRpcService with an AccessRpcService client.
LookupRpcServiceRequest is a request to lookup an rpc service.
LookupRpcServiceResolver resolves a LookupRpcService directive with a RPC service.
LookupRpcServiceResponse is a response to LookupRpcService.
ProxyInvoker is an srpc.Invoker that invokes via the proxy client.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

AccessClientFunc is a function to access the AccessRpcServiceClient.