(key string, rls release.Releaser)
| 68 | // ErrReleaseNotFound if the release does not exist. |
| 69 | type Updator interface { |
| 70 | Update(key string, rls release.Releaser) error |
| 71 | } |
| 72 | |
| 73 | // Deletor is the interface that wraps the Delete method. |
no outgoing calls