Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Endpoint is the endpoint name to connect with Endpoint string // SecondaryEndpoint is the endpoint name to connect with for the secondary cluster SecondaryEndpoint string // Database is the name of an existing database that can be used for tests Database string // SecondaryDatabase is the name of an existing database in the secondary that can be used for tests SecondaryDatabase string // ClientID is the object-id of the principal authorized to connect to the database ClientID string // ClientSecret is the key used to get a token on behalf of the principal ClientSecret string // TenantID is the tenant on which the principal exists TenantID string // Blob is the blob to use for ingestion testing Blob string // contains filtered or unexported fields }
Config represents a config.json file that must be in the directory and hold information to do the integration tests.
Click to show internal directories.
Click to hide internal directories.