Other(refactor): Move client config to bridge

This commit is contained in:
James Houlahan
2022-08-22 15:55:16 +02:00
committed by Jakub
parent 0c7453684b
commit 40b3f77db0
5 changed files with 106 additions and 130 deletions

View File

@ -92,6 +92,8 @@ type Bridger interface {
GetInt(settings.Key) int
SetInt(settings.Key, int)
ConfigureAppleMail(userID, address string) (bool, error)
// -- old --
ReportBug(osType, osVersion, description, accountName, address, emailClient string, attachLogs bool) error