Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewWithHealthClient ¶
NewWithHealthClient creates a new instance of service API Client, reusing the URL and Clienter from the provided healthcheck client
func (*Client) Checker ¶
func (c *Client) Checker(ctx context.Context, check *healthcheck.CheckState) error
Checker calls topic api health endpoint and returns a check object to the caller
func (*Client) GetVersion ¶
func (c *Client) GetVersion(ctx context.Context, userAccessToken, serviceToken, downloadServiceToken, collectionID, datasetID, editionID, versionID string) (v models.Version, err error)
GetVersion gets a specific version for an edition from the dataset api
Click to show internal directories.
Click to hide internal directories.