Skip to content

Managing snapshots

Compare
Choose a tag to compare
@nickcanz nickcanz released this 29 Oct 21:01
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)