mirror of
https://github.com/gomods/athens
synced 2026-02-09 23:28:10 +00:00
Remove olympus mention in doc comment (#812)
This commit is contained in:
@@ -14,7 +14,8 @@ import (
|
||||
"github.com/spf13/afero"
|
||||
)
|
||||
|
||||
// UpstreamLister retrieves a list o available module versions from upstream i.e. VCS, Olympus
|
||||
// UpstreamLister retrieves a list o available module versions from upstream
|
||||
// i.e. VCS, and a Storage backend.
|
||||
type UpstreamLister interface {
|
||||
List(mod string) (*storage.RevInfo, []string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user