Rename UpdateRepositoryParams to UpdateEntityParams

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2023-07-04 23:47:55 +00:00
parent 6c6c6636ba
commit 86ed06d6ff
24 changed files with 44 additions and 44 deletions

View file

@ -227,7 +227,7 @@ func (p PasswordLoginParams) Validate() error {
return nil
}
type UpdateRepositoryParams struct {
type UpdateEntityParams struct {
CredentialsName string `json:"credentials_name"`
WebhookSecret string `json:"webhook_secret"`
}