mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-29 13:06:44 +00:00
fix(GODT-2913): Reduce the number of configuration failure detected.
This commit is contained in:
@ -48,6 +48,7 @@ type EventProvider interface {
|
||||
type Telemetry interface {
|
||||
useridentity.Telemetry
|
||||
SendConfigStatusSuccess(ctx context.Context)
|
||||
ReportConfigStatusFailure(errDetails string)
|
||||
}
|
||||
|
||||
type GluonIDProvider interface {
|
||||
|
||||
Reference in New Issue
Block a user