Other(refactor): Move Locations out of frontend

This commit is contained in:
James Houlahan
2022-08-18 15:51:40 +02:00
committed by Jakub
parent 2aaec3b6bd
commit e4f08f79c3
8 changed files with 22 additions and 17 deletions

View 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")
}