Versions in this module Expand all Collapse all v0 v0.1.0 Jun 22, 2020 Changes in this version + func CreateClientConnection(info *ConnectionInfo) (*grpc.ClientConn, error) + type ConnectionInfo struct + Address string + Port int + func NewConnectionInfo(address string, port int) *ConnectionInfo + type GRPCServer struct + Conn *ConnectionInfo + Server *grpc.Server + func NewGRPCServer(info *ConnectionInfo) (*GRPCServer, error) + func (s *GRPCServer) Serve() error