diff options
Diffstat (limited to 'activityPubStruct.go')
-rw-r--r-- | activityPubStruct.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activityPubStruct.go b/activityPubStruct.go index f145a01..ff6f237 100644 --- a/activityPubStruct.go +++ b/activityPubStruct.go @@ -66,7 +66,6 @@ type CcOjectString struct { } type Actor struct { - AtContext Type string `json:"type,omitempty"` Id string `json:"id,omitempty"` Inbox string `json:"inbox,omitempty"` @@ -96,7 +95,6 @@ type Activity struct { } type ObjectBase struct { - AtContext Type string `json:"type,omitempty"` Id string `json:"id,omitempty"` Name string `json:"name,omitempty"` |