Add basic activitystreams.Person type
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package activitystreams
|
||||
|
||||
type (
|
||||
PublicKey struct {
|
||||
ID string `json:"id"`
|
||||
Owner string `json:"owner"`
|
||||
PublicKeyPEM string `json:"publicKeyPem"`
|
||||
}
|
||||
|
||||
Image struct {
|
||||
Type string `json:"type"`
|
||||
MediaType string `json:"mediaType"`
|
||||
URL string `json:"url"`
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user