# Packages
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
# Functions
CheckGoldenDataResponse will verify that the stored file matches the given data.DataResponse when the updateFile flag is set, this will both add errors to the response and update the saved file
Deprecated: Use CheckGoldenJSONResponse instead.
CheckGoldenFrame calls CheckGoldenDataResponse using a single frame
Deprecated: Use CheckGoldenJSONFrame instead.
CheckGoldenFramer calls CheckGoldenDataResponse using a data.Framer instead of a backend.DataResponse.
CheckGoldenJSONFrame calls CheckGoldenJSONResponse using a single frame.
CheckGoldenJSONFramer calls CheckGoldenJSONResponse using a data.Framer instead of a backend.DataResponse.
CheckGoldenJSONResponse will verify that the stored JSON file matches the given backend.DataResponse.
No description provided by the author
NewFrameSorter returns a new frameSorter.
NewRestClient creates a Client.
# Structs
FrameSorter sorts a DataFrame by field.
# Interfaces
Client implements a REST client that can be easily mocked in tests and manages connection setup and teardown behavior internally.