Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCClient ¶
type GRPCClient interface { AddService(serviceClientFunc GRPCClientFunc) Close() error }
func NewgRPCClient ¶
func NewgRPCClient(address string) GRPCClient
type GRPCClientFunc ¶
type GRPCClientFunc func(*grpc.ClientConn)
type GRPCServer ¶
type GRPCServer interface { RegisterServer(GRPCServerFunc) ListenAndServe() }
func NewgRPCServer ¶
func NewgRPCServer(address string, registerServerFunc GRPCServerFunc) GRPCServer
type GRPCServerFunc ¶
Click to show internal directories.
Click to hide internal directories.