mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
GODT-175: Add option to attach logs for bug reports
This commit is contained in:
@ -74,7 +74,7 @@ type User interface {
|
||||
type Bridger interface {
|
||||
UserManager
|
||||
|
||||
ReportBug(osType, osVersion, description, accountName, address, emailClient string) error
|
||||
ReportBug(osType, osVersion, description, accountName, address, emailClient string, attachLogs bool) error
|
||||
AllowProxy()
|
||||
DisallowProxy()
|
||||
EnableCache() error
|
||||
|
||||
Reference in New Issue
Block a user