Versions in this module Expand all Collapse all v1 v1.0.0 Dec 12, 2019 Changes in this version + type GrpcClient struct + func NewClient(target string) *GrpcClient + func (c *GrpcClient) GetConnection(options ...grpc.DialOption) (*grpc.ClientConn, error) + type GrpcServer struct + func NewServer(discovery sd.Register, serviceFunc ServiceFunc) *GrpcServer + func (s *GrpcServer) Run(serverOptions ...grpc.ServerOption) error + type ServiceFunc func(server *grpc.Server)