Documentation ¶
Index ¶
Constants ¶
View Source
const TestKey = "BIGQUERY_INTEGRATION_TEST_CREDENTIALS"
Variables ¶
This section is empty.
Functions ¶
func IsBQTestCredentialsAvailable ¶
func IsBQTestCredentialsAvailable() bool
Types ¶
type TestCredentials ¶
type TestCredentials struct { ProjectID string `json:"projectID"` Location string `json:"location"` BucketName string `json:"bucketName"` Credentials string `json:"credentials"` }
func GetBQTestCredentials ¶
func GetBQTestCredentials() (*TestCredentials, error)
Click to show internal directories.
Click to hide internal directories.