Documentation ¶ Index ¶ Variables func Connect(urls []string, serviceName string) (*grpc.ClientConn, error) func Logger(loggerID string, newLine bool) logging.Logger func WaitForConnectionReady(ctx context.Context, conn *grpc.ClientConn) error Constants ¶ This section is empty. Variables ¶ View Source var ( ErrNoURLs = errors.New("no URLs provided") ErrEmptyURL = errors.New("empty url") ErrConnectionNotReady = errors.New("connection not ready") ) Functions ¶ func Connect ¶ func Connect(urls []string, serviceName string) (*grpc.ClientConn, error) func Logger ¶ func Logger(loggerID string, newLine bool) logging.Logger func WaitForConnectionReady ¶ func WaitForConnectionReady(ctx context.Context, conn *grpc.ClientConn) error Types ¶ This section is empty. Source Files ¶ View all Source files grpc.gologger.go Click to show internal directories. Click to hide internal directories.