mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
14 lines
305 B
Go
14 lines
305 B
Go
package bridge
|
|
|
|
func (b *Bridge) ProvideLogsPath() (string, error) {
|
|
return b.locations.ProvideLogsPath()
|
|
}
|
|
|
|
func (b *Bridge) GetLicenseFilePath() string {
|
|
return b.locations.GetLicenseFilePath()
|
|
}
|
|
|
|
func (b *Bridge) GetDependencyLicensesLink() string {
|
|
return b.locations.GetDependencyLicensesLink()
|
|
}
|