Versions in this module Expand all Collapse all v0 v0.1.0 Mar 29, 2019 Changes in this version + var ClientOptions = []grpc.DialOption + func NewClient(host string, port int) (*grpc.ClientConn, error) + func NewTLSClient(host string, port int, tlsConfig *tls.Config) (*grpc.ClientConn, error) + type GrpcServer struct + Port int + ServiceName string + func NewGrpcServer(serviceName string, port int) *GrpcServer + func (g *GrpcServer) Serve(callback RegisterCallback, opt ...grpc.ServerOption) + type RegisterCallback func(*grpc.Server)