Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientWithConfigPath ¶
NewClientWithConfigPath returns a new bigquery client with options from config path.
Types ¶
type Options ¶
type Options struct {
ProjectID string `config:"projectId"`
Credentials struct {
File string
JSON string `config:"json"`
}
}
Options bigquery client options.
func NewOptions ¶
NewOptions returns options from config file or environment vars.
func NewOptionsWithPath ¶
NewOptionsWithPath unmarshals a given key path into options and returns it.
Click to show internal directories.
Click to hide internal directories.