Skip to content

Commit

Permalink
chore: removes unused error types in registry client
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Oct 20, 2022
1 parent bcb798d commit c8bf986
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 deletions.
12 changes: 6 additions & 6 deletions api/services/collectionmanager/v1alpha1/manager.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions api/services/collectionmanager/v1alpha1/manager.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ message File {

// RegistryConfig configuration contains configuration information for connecting to a registry.
message RegistryConfig {
bool plain_http = 2;
bool skip_tls_verify = 3;
AuthConfig auth = 4;
bool plain_http = 1;
bool skip_tls_verify = 2;
AuthConfig auth = 3;
}

// AuthConfig contains authorization information for connecting to a registry.
Expand All @@ -86,6 +86,3 @@ message AuthConfig {
string access_token = 4;
string refresh_token = 5;
}



12 changes: 0 additions & 12 deletions registryclient/errors.go

This file was deleted.

0 comments on commit c8bf986

Please sign in to comment.