Add privateKey on Person
This commit is contained in:
@@ -13,6 +13,7 @@ type (
|
||||
ID string `json:"id"`
|
||||
Owner string `json:"owner"`
|
||||
PublicKeyPEM string `json:"publicKeyPem"`
|
||||
privateKey []byte
|
||||
}
|
||||
|
||||
Image struct {
|
||||
|
||||
Reference in New Issue
Block a user