mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
14 lines
335 B
Go
14 lines
335 B
Go
package bridge
|
|
|
|
func (bridge *Bridge) ProvideLogsPath() (string, error) {
|
|
return bridge.locations.ProvideLogsPath()
|
|
}
|
|
|
|
func (bridge *Bridge) GetLicenseFilePath() string {
|
|
return bridge.locations.GetLicenseFilePath()
|
|
}
|
|
|
|
func (bridge *Bridge) GetDependencyLicensesLink() string {
|
|
return bridge.locations.GetDependencyLicensesLink()
|
|
}
|