package
1.0.0-pre.8
Repository: https://github.com/agent-plus/go-grpc-broker.git
Documentation: pkg.go.dev
# Functions
ChainStreamInterceptor is short hand for grpc.ChainStreamInterceptor.
ChainUnaryInterceptor is short hand for ChainUnaryInterceptor.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewServeMux.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithAuthentication creates client option with given application id and secret.
# Constants
ActionCreate requires to create resource.
ActionDelete requires to delete resource.
ActionGet requires resource data.
ActionUpdate requires to update data.
ExclusiveMode is RPC where conversation one to one.
Fanout is default subscription mode where each consumer recieves message.
RPCMode is subscription where in the topic is one consumer and many publishers.
# Variables
ErrConflict is returned when new item conflicts with existing.
No description provided by the author
No description provided by the author
ErrRequired is returned when some item was missed.
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
No description provided by the author
Message represents data preset to be send or receive through gRPC api.Message.
No description provided by the author
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
# Type aliases
ActionType is action type.
HandlerFunc represents function to proccess with incoming message.
No description provided by the author
No description provided by the author
Middleware is function type to return Handler.
ModeType describes subscription type.