Add support for client certificates
This commit is contained in:
parent
d9b63dd0ef
commit
937560e859
20 changed files with 376 additions and 39 deletions
|
@ -127,6 +127,11 @@ type SearchResult struct {
|
|||
Results []storage.Message `json:"results"`
|
||||
}
|
||||
|
||||
type ClientCert struct {
|
||||
Cert []byte `json:"cert"`
|
||||
Key []byte `json:"key"`
|
||||
}
|
||||
|
||||
type Error struct {
|
||||
Server string `json:"server"`
|
||||
Message string `json:"message"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue