# Functions
MockCheck returns a valid check to be used in tests.
NewClient initialises a new Client which is ready to write points to the HTTP write endpoint.
NewDefaultPipeline creates a Pipeline with default values.
NewPipeline returns a pipeline with the given options applied to the configuration as appropriate.
QueryRequestBody creates a body for a flux query using common CSV output params.
ValidCustomNotificationEndpoint creates a NotificationEndpoint with a custom name.
ValidNotificationEndpoint returns a valid notification endpoint.
ValidNotificationRule returns a valid Notification Rule of type HTTP for testing.
# Constants
Since we can only write data via 1.x path we need to have a 1.x bucket name.
This is the only namespace for documents present after init.
Default values created when calling NewPipeline.
Default values created when calling NewPipeline.
Default values created when calling NewPipeline.
OperToken has permissions to do anything.
# Variables
VeryVerbose when set to true, will enable very verbose logging of services.
# Structs
Client provides an API for writing, querying, and interacting with resources like authorizations, buckets, and organizations.
DefaultPipeline is a wrapper for Pipeline and is retained for compatibility with cloud tests.
A Pipeline is responsible for configuring launcher.TestLauncher with default values so it may be used for end-to-end integration tests.