mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
14 lines
238 B
Go
14 lines
238 B
Go
package bridge
|
|
|
|
func (bridge *Bridge) ProvideLogsPath() (string, error) {
|
|
panic("TODO")
|
|
}
|
|
|
|
func (bridge *Bridge) GetLicenseFilePath() string {
|
|
panic("TODO")
|
|
}
|
|
|
|
func (bridge *Bridge) GetDependencyLicensesLink() string {
|
|
panic("TODO")
|
|
}
|