package
0.0.5
Repository: https://github.com/linkedin/diderot.git
Documentation: pkg.go.dev

# Functions

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
NewRawSubscriptionHandler returns a RawSubscriptionHandler that invokes the given function when SubscriptionHandler.Notify is invoked.
NewSubscriptionHandler returns a SubscriptionHandler that invokes the given function when SubscriptionHandler.Notify is invoked.
NewTestGRPCServer is a utility function that spins up a TCP listener on a random local port along with a grpc.Server.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
FuncHandler is a SubscriptionHandler implementation that simply invokes a function.
No description provided by the author
No description provided by the author
TestServer is instantiated with NewTestGRPCServer and serves to facilitate local testing against gRPC service implementations.