mirror of
https://github.com/mudler/luet.git
synced 2025-09-16 15:19:24 +00:00
client/http: Add support for authentication Basic/Token
This commit is contained in:
@@ -16,5 +16,6 @@
|
||||
package client
|
||||
|
||||
type RepoData struct {
|
||||
Urls []string
|
||||
Urls []string
|
||||
Authentication map[string]string
|
||||
}
|
||||
|
Reference in New Issue
Block a user