2022-03-19 14:55:58 +01:00
|
|
|
// Copyright 2022 The Gitea Authors. All rights reserved.
|
2021-10-27 03:59:14 +02:00
|
|
|
// Use of this source code is governed by a MIT-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
package structs
|
|
|
|
|
2021-11-10 13:35:02 +01:00
|
|
|
// ActivityPub type
|
2021-10-27 03:59:14 +02:00
|
|
|
type ActivityPub struct {
|
|
|
|
Context string `json:"@context"`
|
|
|
|
}
|