Skip to content
This repository has been archived by the owner on Feb 3, 2018. It is now read-only.

Commit

Permalink
Update method set of bridge to match SourceManager
Browse files Browse the repository at this point in the history
  • Loading branch information
spenczar committed Apr 10, 2017
1 parent b1a499f commit c240c2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ type sourceBridge interface {
ListVersions(ProjectIdentifier) ([]Version, error)
RevisionPresentIn(ProjectIdentifier, Revision) (bool, error)
ListPackages(ProjectIdentifier, Version) (pkgtree.PackageTree, error)
GetManifestAndLock(ProjectIdentifier, Version) (Manifest, Lock, error)
GetManifestAndLock(ProjectIdentifier, Version, ProjectAnalyzer) (Manifest, Lock, error)
ExportProject(ProjectIdentifier, Version, string) error
AnalyzerInfo() (name string, version int)
DeduceProjectRoot(ip string) (ProjectRoot, error)

verifyRootDir(path string) error
Expand Down

0 comments on commit c240c2a

Please sign in to comment.