forked from Silverfish/proton-bridge
GODT-2229: Allow changing cache folder to a non-empty folder.
This commit is contained in:
@ -27,6 +27,7 @@ type Locator interface {
|
||||
ProvideSettingsPath() (string, error)
|
||||
ProvideLogsPath() (string, error)
|
||||
ProvideGluonPath() (string, error)
|
||||
ProvideGluonDatabasePath() (string, error)
|
||||
GetLicenseFilePath() string
|
||||
GetDependencyLicensesLink() string
|
||||
Clear() error
|
||||
|
||||
Reference in New Issue
Block a user