mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
implement /index endpoint (#1630)
* implement /index endpoint * rename to Module to Path
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package config
|
||||
|
||||
// StorageConfig provides configs for various storage backends
|
||||
type StorageConfig struct {
|
||||
// Storage provides configs for various storage backends
|
||||
type Storage struct {
|
||||
Disk *DiskConfig
|
||||
GCP *GCPConfig
|
||||
Minio *MinioConfig
|
||||
|
||||
Reference in New Issue
Block a user