Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnrichService ¶
type EnrichService struct {
CatalogDetails auth.ServiceDetails
ScopeProjectKey string
// contains filtered or unexported fields
}
func NewEnrichService ¶
func NewEnrichService(client *jfroghttpclient.JfrogHttpClient) *EnrichService
type VersionService ¶
type VersionService struct {
CatalogDetails auth.ServiceDetails
// contains filtered or unexported fields
}
func NewVersionService ¶
func NewVersionService(client *jfroghttpclient.JfrogHttpClient) *VersionService
NewVersionService creates a new service to retrieve the version of Catalog
func (*VersionService) GetVersion ¶
func (vs *VersionService) GetVersion() (string, error)
Catalog currently does not have a version endpoint, so we use the ping endpoint to check if the service is up and running. https://jfrog-int.atlassian.net/browse/CTLG-829
Click to show internal directories.
Click to hide internal directories.