forked from Silverfish/proton-bridge
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