mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-21 01:26:48 +00:00
feat(GODT-2597): Implement contact specific settings in integration tests.
This commit is contained in:
@ -327,3 +327,12 @@ func mustParseBool(s string) bool {
|
||||
|
||||
return v
|
||||
}
|
||||
|
||||
type Contact struct {
|
||||
Name string `bdd:"name"`
|
||||
Email string `bdd:"email"`
|
||||
Format string `bdd:"format"`
|
||||
Scheme string `bdd:"scheme"`
|
||||
Sign string `bdd:"signature"`
|
||||
Encrypt string `bdd:"encryption"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user