grpc

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package grpc provides gRPC connection setup utilities.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConnection

func NewConnection(address string, tlsCfg *TLSParams, auth credentials.PerRPCCredentials) (*grpc.ClientConn, error)

NewConnection creates a gRPC client connection. The address may include an http:// or https:// scheme (as written by the upstream gateway), which is stripped since gRPC expects host:port.

Types

type TLSParams

type TLSParams struct {
	CertFile string
	KeyFile  string
	CAFile   string
	Insecure bool
}

TLSParams holds TLS settings without importing the v1 package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL