Documentation ¶
Index ¶
- type Client
- func (c *Client) DeletePackageIfExists(owner, repo, name, version string) error
- func (c *Client) IsAwareOfPackage(name string, version string) bool
- func (c *Client) LoadPackages(owner, repo string) error
- func (c *Client) RemoteCheckPackageExists(owner, repo, name, version string) (bool, error)
- func (c *Client) RetryFailed(owner, repo string) error
- func (c *Client) UploadComposerPackage(owner, repo, artifactPath string) (csPkg *cloudsmith_api.ModelPackage, error error)
- type Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Files cloudsmith_api.FilesApi Packages cloudsmith_api.PackagesApi KnownVersions []string }
func (*Client) DeletePackageIfExists ¶
func (*Client) IsAwareOfPackage ¶
func (*Client) LoadPackages ¶
func (*Client) RemoteCheckPackageExists ¶
func (*Client) RetryFailed ¶
func (*Client) UploadComposerPackage ¶
Click to show internal directories.
Click to hide internal directories.