Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcClient ¶
type GrpcClient struct {
// contains filtered or unexported fields
}
GrpcClient ...
func (*GrpcClient) GetConnection ¶
func (c *GrpcClient) GetConnection(options ...grpc.DialOption) (*grpc.ClientConn, error)
GetConnection ...
type GrpcServer ¶
type GrpcServer struct {
// contains filtered or unexported fields
}
GrpcServer ...
func NewServer ¶
func NewServer(discovery sd.Register, serviceFunc ServiceFunc) *GrpcServer
NewServer ...
Click to show internal directories.
Click to hide internal directories.