client/http: Add support for authentication Basic/Token

This commit is contained in:
Daniele Rondina
2020-02-03 00:58:55 +01:00
parent 1653a60428
commit c353ab4978
6 changed files with 85 additions and 11 deletions

View File

@@ -16,5 +16,6 @@
package client
type RepoData struct {
Urls []string
Urls []string
Authentication map[string]string
}