diff options
Diffstat (limited to 'vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go')
| -rw-r--r-- | vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go b/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go index 1e379e25d..3bda64dc7 100644 --- a/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go +++ b/vendor/codeberg.org/superseriousbusiness/activity/streams/gen_consts.go @@ -11,6 +11,9 @@ var ActivityStreamsActivityName string = "Activity" // ActivityStreamsAddName is the string literal of the name for the Add type in the ActivityStreams vocabulary. var ActivityStreamsAddName string = "Add" +// FunkwhaleAlbumName is the string literal of the name for the Album type in the Funkwhale vocabulary. +var FunkwhaleAlbumName string = "Album" + // ActivityStreamsAnnounceName is the string literal of the name for the Announce type in the ActivityStreams vocabulary. var ActivityStreamsAnnounceName string = "Announce" @@ -26,6 +29,9 @@ var ActivityStreamsArriveName string = "Arrive" // ActivityStreamsArticleName is the string literal of the name for the Article type in the ActivityStreams vocabulary. var ActivityStreamsArticleName string = "Article" +// FunkwhaleArtistName is the string literal of the name for the Artist type in the Funkwhale vocabulary. +var FunkwhaleArtistName string = "Artist" + // ActivityStreamsAudioName is the string literal of the name for the Audio type in the ActivityStreams vocabulary. var ActivityStreamsAudioName string = "Audio" @@ -104,6 +110,9 @@ var ActivityStreamsJoinName string = "Join" // ActivityStreamsLeaveName is the string literal of the name for the Leave type in the ActivityStreams vocabulary. var ActivityStreamsLeaveName string = "Leave" +// FunkwhaleLibraryName is the string literal of the name for the Library type in the Funkwhale vocabulary. +var FunkwhaleLibraryName string = "Library" + // ActivityStreamsLikeName is the string literal of the name for the Like type in the ActivityStreams vocabulary. var ActivityStreamsLikeName string = "Like" @@ -188,6 +197,9 @@ var ActivityStreamsTentativeRejectName string = "TentativeReject" // ActivityStreamsTombstoneName is the string literal of the name for the Tombstone type in the ActivityStreams vocabulary. var ActivityStreamsTombstoneName string = "Tombstone" +// FunkwhaleTrackName is the string literal of the name for the Track type in the Funkwhale vocabulary. +var FunkwhaleTrackName string = "Track" + // ActivityStreamsTravelName is the string literal of the name for the Travel type in the ActivityStreams vocabulary. var ActivityStreamsTravelName string = "Travel" |
