package
0.0.9
Repository: https://github.com/anoideaopen/foundation.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ContextWithSender adds a sender to the context.
ContextWithStub adds a stub to the context.
FindServiceDescriptor finds the service descriptor by the given service name.
FullNameToURL transforms a method name from "package.Service.Method" to "/package.Service/Method".
NewRouter creates a new grpc.Router instance.
SenderFromContext retrieves a sender from the context.
StubFromContext retrieves a stub from the context.
URLToServiceAndMethod extracts the service name and method name from a URL.

# Variables

# Structs

Router routes method calls to contract methods based on gRPC service description.