MCPcopy Create free account
hub / github.com/cloudfoundry/cli / GetLogsRepository

Method GetLogsRepository

cf/api/repository_locator.go:358–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356}
357
358func (locator RepositoryLocator) GetLogsRepository() logs.Repository {
359 return locator.logsRepo
360}
361
362func (locator RepositoryLocator) SetServiceAuthTokenRepository(repo ServiceAuthTokenRepository) RepositoryLocator {
363 locator.authTokenRepo = repo

Callers 2

SetDependencyMethod · 0.80
SetDependencyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected