# README
Plugin SDK experimental packages
This package contains experimental packages
History
- Experimental package
sdata
has been moved into its own package after few experiments here. If you are usingsdata
from plugin SDK, consider it from dataplane package which is available ingithub.com/grafana/dataplane/sdata
.
# 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
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
Package status provides utilities for status and errors.
# 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.