mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
14 lines
325 B
Go
14 lines
325 B
Go
package bridge
|
|
|
|
func (bridge *Bridge) GetLogsPath() (string, error) {
|
|
return bridge.locator.ProvideLogsPath()
|
|
}
|
|
|
|
func (bridge *Bridge) GetLicenseFilePath() string {
|
|
return bridge.locator.GetLicenseFilePath()
|
|
}
|
|
|
|
func (bridge *Bridge) GetDependencyLicensesLink() string {
|
|
return bridge.locator.GetDependencyLicensesLink()
|
|
}
|