mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
pkg/storage: add External implementation (#1587)
* pkg/storage: add External implementation * fix conflicts * use newly instantiated client
This commit is contained in:
@@ -8,4 +8,5 @@ type StorageConfig struct {
|
||||
Mongo *MongoConfig
|
||||
S3 *S3Config
|
||||
AzureBlob *AzureBlobConfig
|
||||
External *External
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user