forked from Silverfish/proton-bridge
GODT-175: Add option to attach logs for bug reports
This commit is contained in:
@ -26,6 +26,7 @@ import (
|
||||
type Locator interface {
|
||||
Clear() error
|
||||
ClearUpdates() error
|
||||
ProvideLogsPath() (string, error)
|
||||
}
|
||||
|
||||
type CacheProvider interface {
|
||||
|
||||
Reference in New Issue
Block a user