grpc

package
v0.0.0-...-41dc4b6 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2018 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Overview

Package grpc supports network connections to GRPC servers. This package is not intended for use by end developers. Use the google.golang.org/api/option package to configure API clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dial

func Dial(ctx context.Context, opts ...option.ClientOption) (*grpc.ClientConn, error)

Dial returns a GRPC connection for use communicating with a Google cloud service, configured with the given ClientOptions.

func DialInsecure

func DialInsecure(ctx context.Context, opts ...option.ClientOption) (*grpc.ClientConn, error)

DialInsecure returns an insecure GRPC connection for use communicating with fake or mock Google cloud service implementations, such as emulators. The connection is configured with the given ClientOptions.

Types

This section is empty.

Jump to

Keyboard shortcuts

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