code.gitea.io/gitea@v1.19.3/modules/structs/activitypub.go (about) 1 // Copyright 2022 The Gitea Authors. All rights reserved. 2 // SPDX-License-Identifier: MIT 3 4 package structs 5 6 // ActivityPub type 7 type ActivityPub struct { 8 Context string `json:"@context"` 9 }