Add Endpoints property to Actor
This commit is contained in:
@@ -16,6 +16,10 @@ type (
|
||||
privateKey []byte
|
||||
}
|
||||
|
||||
Endpoints struct {
|
||||
SharedInbox string `json:"sharedInbox"`
|
||||
}
|
||||
|
||||
Image struct {
|
||||
Type string `json:"type"`
|
||||
MediaType string `json:"mediaType"`
|
||||
|
||||
Reference in New Issue
Block a user