We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4eaecb5
This release adds two new functions around managing snapshots and repositories.
func (c *Client) DeleteSnapshot(repository string, snapshot string) error
func (c *Client) VerifyRepository(repository string) (bool, error)