Skip to content

Commit

Permalink
Merge pull request #33 from datadrivers/add-password-to-http-client-a…
Browse files Browse the repository at this point in the history
…uthentication

Add attribute password to RepositoryHTTPClientAuthentication
  • Loading branch information
Nosmoht authored Jun 18, 2020
2 parents 846b063 + d1562c3 commit 36aa7b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ type RepositoryHTTPClientAuthentication struct {
NTLMHost string `json:"ntlmHost,omitempty"`
Type string `json:"type,omitempty"`
Username string `json:"username,omitempty"`
Password string `json:"password,omitempty"`
}

// RepositoryNegativeCache ...
Expand Down

0 comments on commit 36aa7b3

Please sign in to comment.