gcpdriver

package
v0.0.0-...-c63310e Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client handles the subscriptions to the GCP PubSub Subscriptions

func NewClient

func NewClient(ctx context.Context, conn *grpc.ClientConn, projectID gcp.ProjectID, opts ...Option) (*Client, error)

NewClient constructor connects to the GCP PubSub API and creates a client

func (*Client) Close

func (client *Client) Close(ctx context.Context) error

Close closes the GRPC connection to GCP PubSub API server

func (*Client) Subscribe

func (client *Client) Subscribe(ctx context.Context, subscription string) (*pubsub.Subscription, error)

Subscribe method subscribes to the GCP PubSub subscription

type Option

type Option func(*Client) error

Option is a self-refrential function type for configuration

Jump to

Keyboard shortcuts

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