pubsub

package
v1.15.5 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func NewClient

func NewClient(ctx context.Context) (*pubsub.Client, error)

NewClient returns a new bigquery client with default options.

func NewClientWithConfigPath

func NewClientWithConfigPath(ctx context.Context, path string) (*pubsub.Client, error)

NewClientWithConfigPath returns a new bigquery client with options from config path.

func NewClientWithOptions

func NewClientWithOptions(ctx context.Context, options *Options) (*pubsub.Client, error)

NewClientWithOptions returns a new bigquery client with options.

Types

type Options

type Options struct {
	ProjectID   string `config:"projectId"`
	Credentials struct {
		File string
		JSON string `config:"json"`
	}
}

Options bigquery client options.

func NewOptions

func NewOptions() (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

NewOptionsWithPath unmarshals a given key path into options and returns it.

Jump to

Keyboard shortcuts

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