# Functions

CreateCustomDataset will load the create custom dataset page.
CreateFilterFlexID creates a new filter ID for filter flex journeys.
CreateFilterFlexIDFromOutput creates a new filter ID for filter flex journeys from the user's filter output.
CreateFilterID controls the creating of a filter idea when a new user journey is requested.
DatasetPage will load a legacy dataset page.
EditionsList will load a list of editions for a filterable dataset.
FilterableLanding will load a filterable landing page.
FilterOutput will load a filtered landing page.
LegacyLanding will load a zebedee landing page.
MetadataText generates a metadata text file.
NewMockClientError creates a new mock instance.
NewMockDatasetClient creates a new mock instance.
NewMockFilesAPIClient creates a new mock instance.
NewMockFilterClient creates a new mock instance.
NewMockPopulationClient creates a new mock instance.
NewMockRenderClient creates a new mock instance.
NewMockZebedeeClient creates a new mock instance.
PostCreateCustomDataset controls creating a custom dataset using a population type.
VersionsList will load a list of versions for a filterable dataset.

# Structs

MockClientError is a mock of ClientError interface.
MockClientErrorMockRecorder is the mock recorder for MockClientError.
MockDatasetClient is a mock of DatasetClient interface.
MockDatasetClientMockRecorder is the mock recorder for MockDatasetClient.
MockFilesAPIClient is a mock of FilesAPIClient interface.
MockFilesAPIClientMockRecorder is the mock recorder for MockFilesAPIClient.
MockFilterClient is a mock of FilterClient interface.
MockFilterClientMockRecorder is the mock recorder for MockFilterClient.
MockPopulationClient is a mock of PopulationClient interface.
MockPopulationClientMockRecorder is the mock recorder for MockPopulationClient.
MockRenderClient is a mock of RenderClient interface.
MockRenderClientMockRecorder is the mock recorder for MockRenderClient.
MockZebedeeClient is a mock of ZebedeeClient interface.
MockZebedeeClientMockRecorder is the mock recorder for MockZebedeeClient.

# Interfaces

ClientError is an interface that can be used to retrieve the status code if a client has errored.
DatasetClient is an interface with methods required for a dataset client.
FilesAPIClient is an interface with methods required for getting metadata from Files API.
FilterClient is an interface with the methods required for a filter client.
PopulationClient is an interface with methods required for a population client.
RenderClient is an interface with methods for require for rendering a template.
ZebedeeClient is an interface for zebedee client.