Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatasetClient ¶ added in v0.7.0
type DatasetClient interface { Checker(context.Context, *healthcheck.CheckState) error GetVersionMetadata(ctx context.Context, userAuthToken, serviceAuthToken, collectionID, datasetID, edition, version string) (metadata datasetclient.Metadata, err error) }
DatasetApiClient defines the zebedee client
type ZebedeeClient ¶
type ZebedeeClient interface { Checker(context.Context, *healthcheck.CheckState) error GetPublishedData(ctx context.Context, uriString string) ([]byte, error) }
ZebedeeClient defines the zebedee client
Click to show internal directories.
Click to hide internal directories.