# Functions
New creates a new instance of Client with a given filter api url.
NewWithHealthClient creates a new instance of Client, reusing the URL and Clienter from the provided health check client.
# 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
# Variables
error definitions that are not related to invalid responses.
error definitions that are not related to invalid responses.
error definitions that are not related to invalid responses.
# Structs
AuthHeaders represents the common set of headers required for making authorized requests.
Client is a filter api client which can be used to make requests to the server.
Config contains any configuration required to send requests to the filter api.
CreateFlexBlueprintRequest holds the input required for CreateFlexBlueprint.
Dataset represents the dataset fields required to create a filter blueprint.
Dimension represents a dimension response from the filter api.
DimensionOption represents a dimension option from the filter api.
DimensionOptions represents a list of dimension options from the filter api.
Dimensions represents a dimensions response from the filter api.
Download represents a download within a filter from api response.
ErrInvalidFilterAPIResponse is returned when the filter api does not respond with a valid status.
Event represents an event from a filter api response.
FilterLinks represents the links object for /filters related endpoints.
getFilterInput holds the required fields for making the GET /filters API call.
getFilterResponse is the response body for GET /filters.
Link represents a single link within a links object.
Links represents a links object on the filter api response.
Model represents a model returned from the filter api.
ModelDimension represents a dimension to be filtered upon.
Preview represents a preview document returned from the filter api.
QueryParams represents the possible query parameters that a caller can provide.
No description provided by the author
No description provided by the author
# Type aliases
DimensionOptionsBatchProcessor is the type corresponding to a batch processing function for filter DimensionOptions.