Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobResult ¶
type BlobSearcher ¶
type BlobSearcher interface {
ListBlobs(logger lager.Logger, owner string, name string) ([]BlobResult, error)
}
func NewBlobSearcher ¶
func NewBlobSearcher(repoRepository db.RepositoryRepository, fileLookup gitclient.FileLookup) BlobSearcher
Click to show internal directories.
Click to hide internal directories.