forked from Silverfish/proton-bridge
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")
|
|
}
|