mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
Other(refactor): Move Locations out of frontend
This commit is contained in:
13
internal/bridge/bridge_locations.go
Normal file
13
internal/bridge/bridge_locations.go
Normal file
@ -0,0 +1,13 @@
|
||||
package bridge
|
||||
|
||||
func (bridge *Bridge) ProvideLogsPath() (string, error) {
|
||||
panic("TODO")
|
||||
}
|
||||
|
||||
func (bridge *Bridge) GetLicenseFilePath() string {
|
||||
panic("TODO")
|
||||
}
|
||||
|
||||
func (bridge *Bridge) GetDependencyLicensesLink() string {
|
||||
panic("TODO")
|
||||
}
|
||||
Reference in New Issue
Block a user