Files
proton-bridge/internal/bridge/bridge_locations.go
2022-09-01 13:24:42 +02:00

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