# Functions
NewFilterFlex creates a new instance of FilterFlex.
NewMockClientError creates a new mock instance.
NewMockDatasetClient 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.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
FilterFlex represents the handlers for filtering and flexing.
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.
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.
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 rendering a template.
ZebedeeClient is an interface with methods required for the zebedee client.
# Type aliases
No description provided by the author