diff options
| author | 2023-07-27 20:54:30 +0200 | |
|---|---|---|
| committer | 2023-07-27 20:54:30 +0200 | |
| commit | cf4bd700fb9fd1c6915eefe12437a9e074d84c9b (patch) | |
| tree | f755a27a405a9e000daa6bd6eac9f153518c02e0 /vendor/github.com/superseriousbusiness/activity/streams/vocab | |
| parent | [chore] fix merge issue (#2029) (diff) | |
| download | gotosocial-cf4bd700fb9fd1c6915eefe12437a9e074d84c9b.tar.xz | |
[chore] Update activity dependency (#2031)
Diffstat (limited to 'vendor/github.com/superseriousbusiness/activity/streams/vocab')
119 files changed, 857 insertions, 13955 deletions
diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_actor_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_actor_interface.go index 5cef44152..937c139a7 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_actor_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_actor_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsActorPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsActorPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsActorPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsActorPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsActorPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsActorPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -1015,30 +959,6 @@ type ActivityStreamsActorProperty interface { // the property "actor". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "actor". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "actor". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "actor". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "actor". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "actor". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "actor". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "actor" AppendIRI(v *url.URL) @@ -1050,6 +970,10 @@ type ActivityStreamsActorProperty interface { // property "actor". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "actor". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "actor". Invalidates iterators that are // traversing using Prev. @@ -1294,30 +1218,6 @@ type ActivityStreamsActorProperty interface { // for a property "actor". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "actor". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "actor". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "actor". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "actor". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "actor". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "actor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "actor". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1330,6 +1230,10 @@ type ActivityStreamsActorProperty interface { // property "actor". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "actor". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "actor". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1528,25 +1432,6 @@ type ActivityStreamsActorProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "actor". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "actor". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "actor". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "actor". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "actor". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "actor". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "actor". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "actor". PrependIRI(v *url.URL) @@ -1556,6 +1441,9 @@ type ActivityStreamsActorProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "actor". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "actor". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "actor". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1789,30 +1677,6 @@ type ActivityStreamsActorProperty interface { // for the property "actor". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "actor". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "actor". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "actor". Panics if the index is out of bounds. Invalidates - // all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "actor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "actor". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "actor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "actor". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1824,6 +1688,10 @@ type ActivityStreamsActorProperty interface { // property "actor". Panics if the index is out of bounds. Invalidates // all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "actor". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "actor". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_anyOf_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_anyOf_interface.go index 500d43832..f18df4448 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_anyOf_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_anyOf_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsAnyOfPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsAnyOfPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsAnyOfPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsAnyOfPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsAnyOfPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsAnyOfPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -996,30 +940,6 @@ type ActivityStreamsAnyOfProperty interface { // the property "anyOf". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "anyOf". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "anyOf". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "anyOf". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "anyOf". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "anyOf". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "anyOf". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "anyOf" AppendIRI(v *url.URL) @@ -1031,6 +951,10 @@ type ActivityStreamsAnyOfProperty interface { // property "anyOf". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "anyOf". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "anyOf". Invalidates iterators that are // traversing using Prev. @@ -1275,30 +1199,6 @@ type ActivityStreamsAnyOfProperty interface { // for a property "anyOf". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "anyOf". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "anyOf". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "anyOf". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "anyOf". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "anyOf". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "anyOf". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "anyOf". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1311,6 +1211,10 @@ type ActivityStreamsAnyOfProperty interface { // property "anyOf". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "anyOf". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "anyOf". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1509,25 +1413,6 @@ type ActivityStreamsAnyOfProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "anyOf". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "anyOf". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "anyOf". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "anyOf". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "anyOf". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "anyOf". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "anyOf". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "anyOf". PrependIRI(v *url.URL) @@ -1537,6 +1422,9 @@ type ActivityStreamsAnyOfProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "anyOf". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "anyOf". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "anyOf". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1770,30 +1658,6 @@ type ActivityStreamsAnyOfProperty interface { // for the property "anyOf". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "anyOf". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "anyOf". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "anyOf". Panics if the index is out of bounds. Invalidates - // all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "anyOf". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "anyOf". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "anyOf". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "anyOf". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1805,6 +1669,10 @@ type ActivityStreamsAnyOfProperty interface { // property "anyOf". Panics if the index is out of bounds. Invalidates // all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "anyOf". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "anyOf". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_attachment_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_attachment_interface.go index 013ff4c3e..2e0db9e94 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_attachment_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_attachment_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsAttachmentPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsAttachmentPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsAttachmentPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsAttachmentPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsAttachmentPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsAttachmentPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -991,30 +935,6 @@ type ActivityStreamsAttachmentProperty interface { // the property "attachment". Invalidates iterators that are // traversing using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "attachment". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "attachment". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "attachment". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "attachment". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "attachment". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "attachment". Invalidates iterators - // that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "attachment" AppendIRI(v *url.URL) @@ -1026,6 +946,10 @@ type ActivityStreamsAttachmentProperty interface { // property "attachment". Invalidates iterators that are traversing // using Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "attachment". Invalidates iterators that are traversing + // using Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "attachment". Invalidates iterators that are // traversing using Prev. @@ -1275,31 +1199,6 @@ type ActivityStreamsAttachmentProperty interface { // for a property "attachment". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "attachment". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "attachment". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "attachment". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "attachment". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "attachment". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "attachment". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "attachment". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. @@ -1313,6 +1212,10 @@ type ActivityStreamsAttachmentProperty interface { // property "attachment". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "attachment". Existing elements at that index and higher + // are shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "attachment". Existing elements at that index // and higher are shifted back once. Invalidates all iterators. @@ -1516,25 +1419,6 @@ type ActivityStreamsAttachmentProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "attachment". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "attachment". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "attachment". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "attachment". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "attachment". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "attachment". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "attachment". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "attachment". PrependIRI(v *url.URL) @@ -1544,6 +1428,9 @@ type ActivityStreamsAttachmentProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "attachment". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "attachment". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "attachment". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1777,30 +1664,6 @@ type ActivityStreamsAttachmentProperty interface { // for the property "attachment". Panics if the index is out of // bounds. Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "attachment". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "attachment". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "attachment". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "attachment". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "attachment". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "attachment". Panics if the index - // is out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "attachment". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1812,6 +1675,10 @@ type ActivityStreamsAttachmentProperty interface { // property "attachment". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "attachment". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "attachment". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_attributedTo_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_attributedTo_interface.go index 5aadf8a15..c94d802a7 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_attributedTo_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_attributedTo_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsAttributedToPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsAttributedToPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsAttributedToPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsAttributedToPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsAttributedToPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsAttributedToPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -1007,30 +951,6 @@ type ActivityStreamsAttributedToProperty interface { // the property "attributedTo". Invalidates iterators that are // traversing using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "attributedTo". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "attributedTo". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "attributedTo". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "attributedTo". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "attributedTo". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "attributedTo". Invalidates - // iterators that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "attributedTo" AppendIRI(v *url.URL) @@ -1042,6 +962,10 @@ type ActivityStreamsAttributedToProperty interface { // property "attributedTo". Invalidates iterators that are traversing // using Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "attributedTo". Invalidates iterators that are traversing + // using Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "attributedTo". Invalidates iterators that are // traversing using Prev. @@ -1291,31 +1215,6 @@ type ActivityStreamsAttributedToProperty interface { // for a property "attributedTo". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "attributedTo". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "attributedTo". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "attributedTo". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "attributedTo". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "attributedTo". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "attributedTo". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "attributedTo". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. @@ -1329,6 +1228,10 @@ type ActivityStreamsAttributedToProperty interface { // property "attributedTo". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "attributedTo". Existing elements at that index and higher + // are shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "attributedTo". Existing elements at that // index and higher are shifted back once. Invalidates all iterators. @@ -1532,25 +1435,6 @@ type ActivityStreamsAttributedToProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "attributedTo". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "attributedTo". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "attributedTo". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "attributedTo". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "attributedTo". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "attributedTo". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "attributedTo". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "attributedTo". PrependIRI(v *url.URL) @@ -1560,6 +1444,9 @@ type ActivityStreamsAttributedToProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "attributedTo". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "attributedTo". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "attributedTo". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1793,30 +1680,6 @@ type ActivityStreamsAttributedToProperty interface { // for the property "attributedTo". Panics if the index is out of // bounds. Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "attributedTo". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "attributedTo". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "attributedTo". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "attributedTo". Panics if the index is out - // of bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "attributedTo". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "attributedTo". Panics if the - // index is out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "attributedTo". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1828,6 +1691,10 @@ type ActivityStreamsAttributedToProperty interface { // property "attributedTo". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "attributedTo". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "attributedTo". Panics if the index is out // of bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_audience_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_audience_interface.go index 2016ef6b0..00adde1c5 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_audience_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_audience_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsAudiencePropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsAudiencePropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsAudiencePropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsAudiencePropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsAudiencePropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsAudiencePropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -991,30 +935,6 @@ type ActivityStreamsAudienceProperty interface { // the property "audience". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "audience". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "audience". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "audience". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "audience". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "audience". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "audience". Invalidates iterators - // that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "audience" AppendIRI(v *url.URL) @@ -1026,6 +946,10 @@ type ActivityStreamsAudienceProperty interface { // property "audience". Invalidates iterators that are traversing // using Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "audience". Invalidates iterators that are traversing + // using Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "audience". Invalidates iterators that are // traversing using Prev. @@ -1275,31 +1199,6 @@ type ActivityStreamsAudienceProperty interface { // for a property "audience". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "audience". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "audience". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "audience". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "audience". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "audience". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "audience". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "audience". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1313,6 +1212,10 @@ type ActivityStreamsAudienceProperty interface { // property "audience". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "audience". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "audience". Existing elements at that index // and higher are shifted back once. Invalidates all iterators. @@ -1515,25 +1418,6 @@ type ActivityStreamsAudienceProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "audience". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "audience". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "audience". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "audience". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "audience". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "audience". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "audience". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "audience". PrependIRI(v *url.URL) @@ -1543,6 +1427,9 @@ type ActivityStreamsAudienceProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "audience". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "audience". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "audience". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1776,30 +1663,6 @@ type ActivityStreamsAudienceProperty interface { // for the property "audience". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "audience". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "audience". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "audience". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "audience". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "audience". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "audience". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "audience". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1811,6 +1674,10 @@ type ActivityStreamsAudienceProperty interface { // property "audience". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "audience". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "audience". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_bcc_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_bcc_interface.go index baa883bec..b042dabe9 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_bcc_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_bcc_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsBccPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsBccPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsBccPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsBccPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsBccPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsBccPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -989,30 +933,6 @@ type ActivityStreamsBccProperty interface { // the property "bcc". Invalidates iterators that are traversing using // Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "bcc". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "bcc". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "bcc". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "bcc". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "bcc". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "bcc". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "bcc" AppendIRI(v *url.URL) @@ -1024,6 +944,10 @@ type ActivityStreamsBccProperty interface { // property "bcc". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "bcc". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "bcc". Invalidates iterators that are // traversing using Prev. @@ -1265,30 +1189,6 @@ type ActivityStreamsBccProperty interface { // for a property "bcc". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "bcc". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "bcc". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "bcc". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "bcc". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "bcc". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "bcc". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "bcc". Existing elements at that index and higher are shifted back // once. Invalidates all iterators. @@ -1301,6 +1201,10 @@ type ActivityStreamsBccProperty interface { // property "bcc". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "bcc". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "bcc". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1499,25 +1403,6 @@ type ActivityStreamsBccProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "bcc". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "bcc". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "bcc". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "bcc". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "bcc". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "bcc". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "bcc". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "bcc". PrependIRI(v *url.URL) @@ -1527,6 +1412,9 @@ type ActivityStreamsBccProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "bcc". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "bcc". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "bcc". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1760,30 +1648,6 @@ type ActivityStreamsBccProperty interface { // for the property "bcc". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "bcc". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "bcc". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "bcc". Panics if the index is out of bounds. Invalidates - // all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "bcc". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "bcc". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "bcc". Panics if the index is out - // of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "bcc". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1795,6 +1659,10 @@ type ActivityStreamsBccProperty interface { // property "bcc". Panics if the index is out of bounds. Invalidates // all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "bcc". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "bcc". Panics if the index is out of bounds. // Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_bto_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_bto_interface.go index bb58d069a..61d4fffa9 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_bto_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_bto_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsBtoPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsBtoPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsBtoPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsBtoPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsBtoPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsBtoPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -989,30 +933,6 @@ type ActivityStreamsBtoProperty interface { // the property "bto". Invalidates iterators that are traversing using // Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "bto". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "bto". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "bto". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "bto". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "bto". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "bto". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "bto" AppendIRI(v *url.URL) @@ -1024,6 +944,10 @@ type ActivityStreamsBtoProperty interface { // property "bto". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "bto". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "bto". Invalidates iterators that are // traversing using Prev. @@ -1265,30 +1189,6 @@ type ActivityStreamsBtoProperty interface { // for a property "bto". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "bto". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "bto". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "bto". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "bto". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "bto". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "bto". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "bto". Existing elements at that index and higher are shifted back // once. Invalidates all iterators. @@ -1301,6 +1201,10 @@ type ActivityStreamsBtoProperty interface { // property "bto". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "bto". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "bto". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1499,25 +1403,6 @@ type ActivityStreamsBtoProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "bto". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "bto". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "bto". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "bto". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "bto". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "bto". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "bto". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "bto". PrependIRI(v *url.URL) @@ -1527,6 +1412,9 @@ type ActivityStreamsBtoProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "bto". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "bto". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "bto". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1760,30 +1648,6 @@ type ActivityStreamsBtoProperty interface { // for the property "bto". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "bto". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "bto". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "bto". Panics if the index is out of bounds. Invalidates - // all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "bto". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "bto". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "bto". Panics if the index is out - // of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "bto". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1795,6 +1659,10 @@ type ActivityStreamsBtoProperty interface { // property "bto". Panics if the index is out of bounds. Invalidates // all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "bto". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "bto". Panics if the index is out of bounds. // Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_cc_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_cc_interface.go index 588b2390e..865092be3 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_cc_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_cc_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsCcPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsCcPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsCcPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsCcPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsCcPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsCcPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -989,29 +933,6 @@ type ActivityStreamsCcProperty interface { // the property "cc". Invalidates iterators that are traversing using // Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "cc". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "cc". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "cc". Invalidates iterators that are traversing using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "cc". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "cc". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "cc". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "cc" AppendIRI(v *url.URL) @@ -1022,6 +943,9 @@ type ActivityStreamsCcProperty interface { // AppendTootEmoji appends a Emoji value to the back of a list of the // property "cc". Invalidates iterators that are traversing using Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "cc". Invalidates iterators that are traversing using Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "cc". Invalidates iterators that are // traversing using Prev. @@ -1263,30 +1187,6 @@ type ActivityStreamsCcProperty interface { // for a property "cc". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "cc". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "cc". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "cc". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "cc". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "cc". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "cc". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property "cc". // Existing elements at that index and higher are shifted back once. // Invalidates all iterators. @@ -1299,6 +1199,10 @@ type ActivityStreamsCcProperty interface { // property "cc". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "cc". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "cc". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1496,24 +1400,6 @@ type ActivityStreamsCcProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "cc". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "cc". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "cc". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "cc". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "cc". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "cc". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "cc". Invalidates all iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "cc". PrependIRI(v *url.URL) @@ -1523,6 +1409,9 @@ type ActivityStreamsCcProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "cc". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "cc". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "cc". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1756,30 +1645,6 @@ type ActivityStreamsCcProperty interface { // for the property "cc". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "cc". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "cc". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "cc". Panics if the index is out of bounds. Invalidates - // all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "cc". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "cc". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "cc". Panics if the index is out - // of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "cc". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1791,6 +1656,10 @@ type ActivityStreamsCcProperty interface { // property "cc". Panics if the index is out of bounds. Invalidates // all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "cc". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "cc". Panics if the index is out of bounds. // Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_closed_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_closed_interface.go index b5b7964ff..624677cb1 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_closed_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_closed_interface.go @@ -228,29 +228,6 @@ type ActivityStreamsClosedPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -261,6 +238,9 @@ type ActivityStreamsClosedPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -511,31 +491,6 @@ type ActivityStreamsClosedPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -547,6 +502,10 @@ type ActivityStreamsClosedPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -744,24 +703,6 @@ type ActivityStreamsClosedPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -771,6 +712,9 @@ type ActivityStreamsClosedPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -1010,30 +954,6 @@ type ActivityStreamsClosedProperty interface { // the property "closed". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "closed". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "closed". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "closed". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "closed". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "closed". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "closed". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "closed" AppendIRI(v *url.URL) @@ -1045,6 +965,10 @@ type ActivityStreamsClosedProperty interface { // property "closed". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "closed". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "closed". Invalidates iterators that are // traversing using Prev. @@ -1297,30 +1221,6 @@ type ActivityStreamsClosedProperty interface { // for a property "closed". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "closed". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "closed". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "closed". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "closed". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "closed". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "closed". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "closed". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1333,6 +1233,10 @@ type ActivityStreamsClosedProperty interface { // property "closed". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "closed". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "closed". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1539,25 +1443,6 @@ type ActivityStreamsClosedProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "closed". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "closed". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "closed". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "closed". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "closed". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "closed". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "closed". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "closed". PrependIRI(v *url.URL) @@ -1567,6 +1452,9 @@ type ActivityStreamsClosedProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "closed". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "closed". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "closed". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1806,30 +1694,6 @@ type ActivityStreamsClosedProperty interface { // for the property "closed". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "closed". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "closed". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "closed". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "closed". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "closed". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "closed". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "closed". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1841,6 +1705,10 @@ type ActivityStreamsClosedProperty interface { // property "closed". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "closed". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "closed". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_context_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_context_interface.go index 164aae962..f72786b63 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_context_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_context_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsContextPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsContextPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsContextPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsContextPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsContextPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsContextPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -1003,30 +947,6 @@ type ActivityStreamsContextProperty interface { // the property "context". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "context". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "context". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "context". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "context". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "context". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "context". Invalidates iterators - // that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "context" AppendIRI(v *url.URL) @@ -1038,6 +958,10 @@ type ActivityStreamsContextProperty interface { // property "context". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "context". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "context". Invalidates iterators that are // traversing using Prev. @@ -1282,30 +1206,6 @@ type ActivityStreamsContextProperty interface { // for a property "context". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "context". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "context". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "context". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "context". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "context". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "context". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "context". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1318,6 +1218,10 @@ type ActivityStreamsContextProperty interface { // property "context". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "context". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "context". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1520,25 +1424,6 @@ type ActivityStreamsContextProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "context". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "context". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "context". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "context". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "context". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "context". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "context". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "context". PrependIRI(v *url.URL) @@ -1548,6 +1433,9 @@ type ActivityStreamsContextProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "context". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "context". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "context". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1781,30 +1669,6 @@ type ActivityStreamsContextProperty interface { // for the property "context". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "context". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "context". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "context". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "context". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "context". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "context". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "context". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1816,6 +1680,10 @@ type ActivityStreamsContextProperty interface { // property "context". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "context". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "context". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_current_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_current_interface.go index f866e5b4e..d76ffad08 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_current_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_current_interface.go @@ -60,6 +60,9 @@ type ActivityStreamsCurrentProperty interface { // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetType returns the value in this property as a Type. Returns nil if // the value is not an ActivityStreams type, such as an IRI or another // value. @@ -89,6 +92,10 @@ type ActivityStreamsCurrentProperty interface { // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // JSONLDContext returns the JSONLD URIs required in the context string // for this property and the specific values that are set. The value // in the map is the alias used to import the property's value or @@ -127,6 +134,9 @@ type ActivityStreamsCurrentProperty interface { // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetType attempts to set the property for the arbitrary type. Returns an // error if it is not a valid type to set on this property. SetType(t Type) error diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_describes_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_describes_interface.go index e07bf2cee..281d5b0d0 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_describes_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_describes_interface.go @@ -231,29 +231,6 @@ type ActivityStreamsDescribesProperty interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -498,31 +475,6 @@ type ActivityStreamsDescribesProperty interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -718,24 +670,6 @@ type ActivityStreamsDescribesProperty interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_first_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_first_interface.go index 4c5ddc1c8..8f01a576c 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_first_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_first_interface.go @@ -50,6 +50,9 @@ type ActivityStreamsFirstProperty interface { // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetType returns the value in this property as a Type. Returns nil if // the value is not an ActivityStreams type, such as an IRI or another // value. @@ -79,6 +82,10 @@ type ActivityStreamsFirstProperty interface { // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // JSONLDContext returns the JSONLD URIs required in the context string // for this property and the specific values that are set. The value // in the map is the alias used to import the property's value or @@ -117,6 +124,9 @@ type ActivityStreamsFirstProperty interface { // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetType attempts to set the property for the arbitrary type. Returns an // error if it is not a valid type to set on this property. SetType(t Type) error diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_formerType_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_formerType_interface.go index c1d93587a..472c470bf 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_formerType_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_formerType_interface.go @@ -217,29 +217,6 @@ type ActivityStreamsFormerTypePropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -488,31 +465,6 @@ type ActivityStreamsFormerTypePropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -711,24 +663,6 @@ type ActivityStreamsFormerTypePropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -968,30 +902,6 @@ type ActivityStreamsFormerTypeProperty interface { // the property "formerType". Invalidates iterators that are // traversing using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "formerType". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "formerType". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "formerType". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "formerType". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "formerType". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "formerType". Invalidates iterators - // that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "formerType" AppendIRI(v *url.URL) @@ -1248,31 +1158,6 @@ type ActivityStreamsFormerTypeProperty interface { // for a property "formerType". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "formerType". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "formerType". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "formerType". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "formerType". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "formerType". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "formerType". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "formerType". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. @@ -1487,25 +1372,6 @@ type ActivityStreamsFormerTypeProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "formerType". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "formerType". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "formerType". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "formerType". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "formerType". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "formerType". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "formerType". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "formerType". PrependIRI(v *url.URL) @@ -1743,30 +1609,6 @@ type ActivityStreamsFormerTypeProperty interface { // for the property "formerType". Panics if the index is out of // bounds. Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "formerType". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "formerType". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "formerType". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "formerType". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "formerType". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "formerType". Panics if the index - // is out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "formerType". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_generator_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_generator_interface.go index 3b421df70..72f7e4cab 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_generator_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_generator_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsGeneratorPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsGeneratorPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsGeneratorPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsGeneratorPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsGeneratorPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsGeneratorPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -989,30 +933,6 @@ type ActivityStreamsGeneratorProperty interface { // the property "generator". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "generator". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "generator". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "generator". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "generator". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "generator". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "generator". Invalidates iterators - // that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "generator" AppendIRI(v *url.URL) @@ -1024,6 +944,10 @@ type ActivityStreamsGeneratorProperty interface { // property "generator". Invalidates iterators that are traversing // using Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "generator". Invalidates iterators that are traversing + // using Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "generator". Invalidates iterators that are // traversing using Prev. @@ -1273,31 +1197,6 @@ type ActivityStreamsGeneratorProperty interface { // for a property "generator". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "generator". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "generator". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "generator". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "generator". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "generator". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "generator". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "generator". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1311,6 +1210,10 @@ type ActivityStreamsGeneratorProperty interface { // property "generator". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "generator". Existing elements at that index and higher + // are shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "generator". Existing elements at that index // and higher are shifted back once. Invalidates all iterators. @@ -1514,25 +1417,6 @@ type ActivityStreamsGeneratorProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "generator". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "generator". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "generator". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "generator". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "generator". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "generator". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "generator". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "generator". PrependIRI(v *url.URL) @@ -1542,6 +1426,9 @@ type ActivityStreamsGeneratorProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "generator". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "generator". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "generator". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1775,30 +1662,6 @@ type ActivityStreamsGeneratorProperty interface { // for the property "generator". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "generator". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "generator". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "generator". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "generator". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "generator". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "generator". Panics if the index - // is out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "generator". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1810,6 +1673,10 @@ type ActivityStreamsGeneratorProperty interface { // property "generator". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "generator". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "generator". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_icon_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_icon_interface.go index ea1dc73cb..22047557d 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_icon_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_icon_interface.go @@ -22,6 +22,9 @@ type ActivityStreamsIconPropertyIterator interface { // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetType returns the value in this property as a Type. Returns nil if // the value is not an ActivityStreams type, such as an IRI or another // value. @@ -43,6 +46,10 @@ type ActivityStreamsIconPropertyIterator interface { // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // JSONLDContext returns the JSONLD URIs required in the context string // for this property and the specific values that are set. The value // in the map is the alias used to import the property's value or @@ -76,6 +83,9 @@ type ActivityStreamsIconPropertyIterator interface { // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetType attempts to set the property for the arbitrary type. Returns an // error if it is not a valid type to set on this property. SetType(t Type) error @@ -137,6 +147,10 @@ type ActivityStreamsIconProperty interface { // AppendIRI appends an IRI value to the back of a list of the property // "icon" AppendIRI(v *url.URL) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "icon". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // PrependType prepends an arbitrary type value to the front of a list of // the property "icon". Invalidates iterators that are traversing // using Prev. Returns an error if the type is not a valid one to set @@ -171,6 +185,10 @@ type ActivityStreamsIconProperty interface { // "icon". Existing elements at that index and higher are shifted back // once. Invalidates all iterators. InsertIRI(idx int, v *url.URL) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "icon". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // PrependType prepends an arbitrary type value to the front of a list of // the property "icon". Invalidates all iterators. Returns an error if // the type is not a valid one to set for this property. @@ -209,6 +227,9 @@ type ActivityStreamsIconProperty interface { // PrependIRI prepends an IRI value to the front of a list of the property // "icon". PrependIRI(v *url.URL) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "icon". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependType prepends an arbitrary type value to the front of a list of // the property "icon". Invalidates all iterators. Returns an error if // the type is not a valid one to set for this property. @@ -238,6 +259,10 @@ type ActivityStreamsIconProperty interface { // SetIRI sets an IRI value to be at the specified index for the property // "icon". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "icon". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetType sets an arbitrary type value to the specified index of the // property "icon". Invalidates all iterators. Returns an error if the // type is not a valid one to set for this property. Panics if the diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_image_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_image_interface.go index 3605d6d29..a9f281518 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_image_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_image_interface.go @@ -22,6 +22,9 @@ type ActivityStreamsImagePropertyIterator interface { // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetType returns the value in this property as a Type. Returns nil if // the value is not an ActivityStreams type, such as an IRI or another // value. @@ -43,6 +46,10 @@ type ActivityStreamsImagePropertyIterator interface { // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // JSONLDContext returns the JSONLD URIs required in the context string // for this property and the specific values that are set. The value // in the map is the alias used to import the property's value or @@ -76,6 +83,9 @@ type ActivityStreamsImagePropertyIterator interface { // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetType attempts to set the property for the arbitrary type. Returns an // error if it is not a valid type to set on this property. SetType(t Type) error @@ -130,6 +140,10 @@ type ActivityStreamsImageProperty interface { // AppendIRI appends an IRI value to the back of a list of the property // "image" AppendIRI(v *url.URL) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "image". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // PrependType prepends an arbitrary type value to the front of a list of // the property "image". Invalidates iterators that are traversing // using Prev. Returns an error if the type is not a valid one to set @@ -164,6 +178,10 @@ type ActivityStreamsImageProperty interface { // "image". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. InsertIRI(idx int, v *url.URL) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "image". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // PrependType prepends an arbitrary type value to the front of a list of // the property "image". Invalidates all iterators. Returns an error // if the type is not a valid one to set for this property. @@ -202,6 +220,9 @@ type ActivityStreamsImageProperty interface { // PrependIRI prepends an IRI value to the front of a list of the property // "image". PrependIRI(v *url.URL) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "image". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependType prepends an arbitrary type value to the front of a list of // the property "image". Invalidates all iterators. Returns an error // if the type is not a valid one to set for this property. @@ -231,6 +252,10 @@ type ActivityStreamsImageProperty interface { // SetIRI sets an IRI value to be at the specified index for the property // "image". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "image". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetType sets an arbitrary type value to the specified index of the // property "image". Invalidates all iterators. Returns an error if // the type is not a valid one to set for this property. Panics if the diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_inReplyTo_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_inReplyTo_interface.go index 942f304f6..fb1475a4d 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_inReplyTo_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_inReplyTo_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsInReplyToPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsInReplyToPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsInReplyToPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsInReplyToPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsInReplyToPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsInReplyToPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -998,30 +942,6 @@ type ActivityStreamsInReplyToProperty interface { // the property "inReplyTo". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "inReplyTo". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "inReplyTo". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "inReplyTo". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "inReplyTo". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "inReplyTo". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "inReplyTo". Invalidates iterators - // that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "inReplyTo" AppendIRI(v *url.URL) @@ -1033,6 +953,10 @@ type ActivityStreamsInReplyToProperty interface { // property "inReplyTo". Invalidates iterators that are traversing // using Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "inReplyTo". Invalidates iterators that are traversing + // using Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "inReplyTo". Invalidates iterators that are // traversing using Prev. @@ -1282,31 +1206,6 @@ type ActivityStreamsInReplyToProperty interface { // for a property "inReplyTo". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "inReplyTo". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "inReplyTo". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "inReplyTo". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "inReplyTo". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "inReplyTo". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "inReplyTo". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "inReplyTo". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1320,6 +1219,10 @@ type ActivityStreamsInReplyToProperty interface { // property "inReplyTo". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "inReplyTo". Existing elements at that index and higher + // are shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "inReplyTo". Existing elements at that index // and higher are shifted back once. Invalidates all iterators. @@ -1523,25 +1426,6 @@ type ActivityStreamsInReplyToProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "inReplyTo". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "inReplyTo". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "inReplyTo". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "inReplyTo". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "inReplyTo". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "inReplyTo". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "inReplyTo". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "inReplyTo". PrependIRI(v *url.URL) @@ -1551,6 +1435,9 @@ type ActivityStreamsInReplyToProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "inReplyTo". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "inReplyTo". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "inReplyTo". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1784,30 +1671,6 @@ type ActivityStreamsInReplyToProperty interface { // for the property "inReplyTo". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "inReplyTo". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "inReplyTo". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "inReplyTo". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "inReplyTo". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "inReplyTo". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "inReplyTo". Panics if the index - // is out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "inReplyTo". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1819,6 +1682,10 @@ type ActivityStreamsInReplyToProperty interface { // property "inReplyTo". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "inReplyTo". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "inReplyTo". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_instrument_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_instrument_interface.go index c8d5a27a7..93595afb2 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_instrument_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_instrument_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsInstrumentPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsInstrumentPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsInstrumentPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsInstrumentPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsInstrumentPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsInstrumentPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -995,30 +939,6 @@ type ActivityStreamsInstrumentProperty interface { // the property "instrument". Invalidates iterators that are // traversing using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "instrument". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "instrument". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "instrument". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "instrument". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "instrument". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "instrument". Invalidates iterators - // that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "instrument" AppendIRI(v *url.URL) @@ -1030,6 +950,10 @@ type ActivityStreamsInstrumentProperty interface { // property "instrument". Invalidates iterators that are traversing // using Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "instrument". Invalidates iterators that are traversing + // using Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "instrument". Invalidates iterators that are // traversing using Prev. @@ -1279,31 +1203,6 @@ type ActivityStreamsInstrumentProperty interface { // for a property "instrument". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "instrument". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "instrument". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "instrument". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "instrument". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "instrument". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "instrument". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "instrument". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. @@ -1317,6 +1216,10 @@ type ActivityStreamsInstrumentProperty interface { // property "instrument". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "instrument". Existing elements at that index and higher + // are shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "instrument". Existing elements at that index // and higher are shifted back once. Invalidates all iterators. @@ -1520,25 +1423,6 @@ type ActivityStreamsInstrumentProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "instrument". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "instrument". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "instrument". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "instrument". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "instrument". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "instrument". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "instrument". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "instrument". PrependIRI(v *url.URL) @@ -1548,6 +1432,9 @@ type ActivityStreamsInstrumentProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "instrument". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "instrument". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "instrument". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1781,30 +1668,6 @@ type ActivityStreamsInstrumentProperty interface { // for the property "instrument". Panics if the index is out of // bounds. Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "instrument". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "instrument". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "instrument". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "instrument". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "instrument". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "instrument". Panics if the index - // is out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "instrument". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1816,6 +1679,10 @@ type ActivityStreamsInstrumentProperty interface { // property "instrument". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "instrument". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "instrument". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_items_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_items_interface.go index 1d1187151..abd2f0a35 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_items_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_items_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsItemsPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsItemsPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsItemsPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsItemsPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsItemsPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsItemsPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -996,30 +940,6 @@ type ActivityStreamsItemsProperty interface { // the property "items". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "items". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "items". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "items". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "items". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "items". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "items". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "items" AppendIRI(v *url.URL) @@ -1031,6 +951,10 @@ type ActivityStreamsItemsProperty interface { // property "items". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "items". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "items". Invalidates iterators that are // traversing using Prev. @@ -1275,30 +1199,6 @@ type ActivityStreamsItemsProperty interface { // for a property "items". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "items". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "items". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "items". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "items". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "items". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "items". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "items". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1311,6 +1211,10 @@ type ActivityStreamsItemsProperty interface { // property "items". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "items". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "items". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1509,25 +1413,6 @@ type ActivityStreamsItemsProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "items". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "items". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "items". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "items". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "items". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "items". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "items". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "items". PrependIRI(v *url.URL) @@ -1537,6 +1422,9 @@ type ActivityStreamsItemsProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "items". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "items". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "items". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1770,30 +1658,6 @@ type ActivityStreamsItemsProperty interface { // for the property "items". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "items". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "items". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "items". Panics if the index is out of bounds. Invalidates - // all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "items". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "items". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "items". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "items". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1805,6 +1669,10 @@ type ActivityStreamsItemsProperty interface { // property "items". Panics if the index is out of bounds. Invalidates // all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "items". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "items". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_last_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_last_interface.go index 4a5806fc8..c0c48f0be 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_last_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_last_interface.go @@ -49,6 +49,9 @@ type ActivityStreamsLastProperty interface { // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetType returns the value in this property as a Type. Returns nil if // the value is not an ActivityStreams type, such as an IRI or another // value. @@ -78,6 +81,10 @@ type ActivityStreamsLastProperty interface { // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // JSONLDContext returns the JSONLD URIs required in the context string // for this property and the specific values that are set. The value // in the map is the alias used to import the property's value or @@ -116,6 +123,9 @@ type ActivityStreamsLastProperty interface { // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetType attempts to set the property for the arbitrary type. Returns an // error if it is not a valid type to set on this property. SetType(t Type) error diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_location_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_location_interface.go index 9b10c82d8..c3f9abf87 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_location_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_location_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsLocationPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsLocationPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsLocationPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsLocationPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsLocationPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsLocationPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -993,30 +937,6 @@ type ActivityStreamsLocationProperty interface { // the property "location". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "location". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "location". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "location". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "location". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "location". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "location". Invalidates iterators - // that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "location" AppendIRI(v *url.URL) @@ -1028,6 +948,10 @@ type ActivityStreamsLocationProperty interface { // property "location". Invalidates iterators that are traversing // using Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "location". Invalidates iterators that are traversing + // using Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "location". Invalidates iterators that are // traversing using Prev. @@ -1277,31 +1201,6 @@ type ActivityStreamsLocationProperty interface { // for a property "location". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "location". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "location". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "location". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "location". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "location". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "location". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "location". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1315,6 +1214,10 @@ type ActivityStreamsLocationProperty interface { // property "location". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "location". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "location". Existing elements at that index // and higher are shifted back once. Invalidates all iterators. @@ -1517,25 +1420,6 @@ type ActivityStreamsLocationProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "location". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "location". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "location". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "location". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "location". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "location". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "location". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "location". PrependIRI(v *url.URL) @@ -1545,6 +1429,9 @@ type ActivityStreamsLocationProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "location". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "location". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "location". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1778,30 +1665,6 @@ type ActivityStreamsLocationProperty interface { // for the property "location". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "location". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "location". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "location". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "location". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "location". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "location". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "location". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1813,6 +1676,10 @@ type ActivityStreamsLocationProperty interface { // property "location". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "location". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "location". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_next_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_next_interface.go index 82bd7925c..0683d5946 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_next_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_next_interface.go @@ -57,6 +57,9 @@ type ActivityStreamsNextProperty interface { // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetType returns the value in this property as a Type. Returns nil if // the value is not an ActivityStreams type, such as an IRI or another // value. @@ -86,6 +89,10 @@ type ActivityStreamsNextProperty interface { // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // JSONLDContext returns the JSONLD URIs required in the context string // for this property and the specific values that are set. The value // in the map is the alias used to import the property's value or @@ -124,6 +131,9 @@ type ActivityStreamsNextProperty interface { // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetType attempts to set the property for the arbitrary type. Returns an // error if it is not a valid type to set on this property. SetType(t Type) error diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_object_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_object_interface.go index 663219b44..df4345528 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_object_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_object_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsObjectPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsObjectPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsObjectPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsObjectPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsObjectPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsObjectPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -1014,30 +958,6 @@ type ActivityStreamsObjectProperty interface { // the property "object". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "object". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "object". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "object". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "object". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "object". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "object". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "object" AppendIRI(v *url.URL) @@ -1049,6 +969,10 @@ type ActivityStreamsObjectProperty interface { // property "object". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "object". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "object". Invalidates iterators that are // traversing using Prev. @@ -1293,30 +1217,6 @@ type ActivityStreamsObjectProperty interface { // for a property "object". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "object". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "object". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "object". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "object". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "object". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "object". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "object". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1329,6 +1229,10 @@ type ActivityStreamsObjectProperty interface { // property "object". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "object". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "object". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1527,25 +1431,6 @@ type ActivityStreamsObjectProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "object". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "object". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "object". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "object". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "object". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "object". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "object". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "object". PrependIRI(v *url.URL) @@ -1555,6 +1440,9 @@ type ActivityStreamsObjectProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "object". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "object". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "object". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1788,30 +1676,6 @@ type ActivityStreamsObjectProperty interface { // for the property "object". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "object". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "object". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "object". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "object". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "object". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "object". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "object". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1823,6 +1687,10 @@ type ActivityStreamsObjectProperty interface { // property "object". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "object". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "object". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_oneOf_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_oneOf_interface.go index 36bb96684..a6c92096a 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_oneOf_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_oneOf_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsOneOfPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsOneOfPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsOneOfPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsOneOfPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsOneOfPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsOneOfPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -996,30 +940,6 @@ type ActivityStreamsOneOfProperty interface { // the property "oneOf". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "oneOf". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "oneOf". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "oneOf". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "oneOf". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "oneOf". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "oneOf". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "oneOf" AppendIRI(v *url.URL) @@ -1031,6 +951,10 @@ type ActivityStreamsOneOfProperty interface { // property "oneOf". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "oneOf". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "oneOf". Invalidates iterators that are // traversing using Prev. @@ -1275,30 +1199,6 @@ type ActivityStreamsOneOfProperty interface { // for a property "oneOf". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "oneOf". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "oneOf". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "oneOf". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "oneOf". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "oneOf". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "oneOf". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "oneOf". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1311,6 +1211,10 @@ type ActivityStreamsOneOfProperty interface { // property "oneOf". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "oneOf". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "oneOf". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1509,25 +1413,6 @@ type ActivityStreamsOneOfProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "oneOf". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "oneOf". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "oneOf". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "oneOf". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "oneOf". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "oneOf". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "oneOf". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "oneOf". PrependIRI(v *url.URL) @@ -1537,6 +1422,9 @@ type ActivityStreamsOneOfProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "oneOf". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "oneOf". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "oneOf". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1770,30 +1658,6 @@ type ActivityStreamsOneOfProperty interface { // for the property "oneOf". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "oneOf". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "oneOf". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "oneOf". Panics if the index is out of bounds. Invalidates - // all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "oneOf". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "oneOf". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "oneOf". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "oneOf". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1805,6 +1669,10 @@ type ActivityStreamsOneOfProperty interface { // property "oneOf". Panics if the index is out of bounds. Invalidates // all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "oneOf". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "oneOf". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_orderedItems_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_orderedItems_interface.go index 928bfe3b9..e352b3bf2 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_orderedItems_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_orderedItems_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsOrderedItemsPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsOrderedItemsPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsOrderedItemsPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsOrderedItemsPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsOrderedItemsPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsOrderedItemsPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -997,30 +941,6 @@ type ActivityStreamsOrderedItemsProperty interface { // the property "orderedItems". Invalidates iterators that are // traversing using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "orderedItems". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "orderedItems". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "orderedItems". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "orderedItems". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "orderedItems". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "orderedItems". Invalidates - // iterators that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "orderedItems" AppendIRI(v *url.URL) @@ -1032,6 +952,10 @@ type ActivityStreamsOrderedItemsProperty interface { // property "orderedItems". Invalidates iterators that are traversing // using Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "orderedItems". Invalidates iterators that are traversing + // using Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "orderedItems". Invalidates iterators that are // traversing using Prev. @@ -1281,31 +1205,6 @@ type ActivityStreamsOrderedItemsProperty interface { // for a property "orderedItems". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "orderedItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "orderedItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "orderedItems". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "orderedItems". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "orderedItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "orderedItems". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "orderedItems". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. @@ -1319,6 +1218,10 @@ type ActivityStreamsOrderedItemsProperty interface { // property "orderedItems". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "orderedItems". Existing elements at that index and higher + // are shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "orderedItems". Existing elements at that // index and higher are shifted back once. Invalidates all iterators. @@ -1522,25 +1425,6 @@ type ActivityStreamsOrderedItemsProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "orderedItems". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "orderedItems". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "orderedItems". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "orderedItems". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "orderedItems". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "orderedItems". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "orderedItems". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "orderedItems". PrependIRI(v *url.URL) @@ -1550,6 +1434,9 @@ type ActivityStreamsOrderedItemsProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "orderedItems". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "orderedItems". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "orderedItems". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1783,30 +1670,6 @@ type ActivityStreamsOrderedItemsProperty interface { // for the property "orderedItems". Panics if the index is out of // bounds. Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "orderedItems". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "orderedItems". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "orderedItems". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "orderedItems". Panics if the index is out - // of bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "orderedItems". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "orderedItems". Panics if the - // index is out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "orderedItems". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1818,6 +1681,10 @@ type ActivityStreamsOrderedItemsProperty interface { // property "orderedItems". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "orderedItems". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "orderedItems". Panics if the index is out // of bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_origin_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_origin_interface.go index 8e4d31ba7..b5b598e8b 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_origin_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_origin_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsOriginPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsOriginPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsOriginPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsOriginPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsOriginPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsOriginPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -997,30 +941,6 @@ type ActivityStreamsOriginProperty interface { // the property "origin". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "origin". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "origin". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "origin". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "origin". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "origin". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "origin". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "origin" AppendIRI(v *url.URL) @@ -1032,6 +952,10 @@ type ActivityStreamsOriginProperty interface { // property "origin". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "origin". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "origin". Invalidates iterators that are // traversing using Prev. @@ -1276,30 +1200,6 @@ type ActivityStreamsOriginProperty interface { // for a property "origin". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "origin". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "origin". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "origin". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "origin". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "origin". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "origin". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "origin". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1312,6 +1212,10 @@ type ActivityStreamsOriginProperty interface { // property "origin". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "origin". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "origin". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1510,25 +1414,6 @@ type ActivityStreamsOriginProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "origin". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "origin". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "origin". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "origin". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "origin". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "origin". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "origin". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "origin". PrependIRI(v *url.URL) @@ -1538,6 +1423,9 @@ type ActivityStreamsOriginProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "origin". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "origin". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "origin". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1771,30 +1659,6 @@ type ActivityStreamsOriginProperty interface { // for the property "origin". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "origin". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "origin". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "origin". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "origin". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "origin". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "origin". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "origin". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1806,6 +1670,10 @@ type ActivityStreamsOriginProperty interface { // property "origin". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "origin". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "origin". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_partOf_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_partOf_interface.go index 0da6db8e5..952a5e7e2 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_partOf_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_partOf_interface.go @@ -55,6 +55,9 @@ type ActivityStreamsPartOfProperty interface { // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetType returns the value in this property as a Type. Returns nil if // the value is not an ActivityStreams type, such as an IRI or another // value. @@ -95,6 +98,10 @@ type ActivityStreamsPartOfProperty interface { // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // JSONLDContext returns the JSONLD URIs required in the context string // for this property and the specific values that are set. The value // in the map is the alias used to import the property's value or @@ -139,6 +146,9 @@ type ActivityStreamsPartOfProperty interface { // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetType attempts to set the property for the arbitrary type. Returns an // error if it is not a valid type to set on this property. SetType(t Type) error diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_prev_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_prev_interface.go index b7b4567e8..06232a49e 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_prev_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_prev_interface.go @@ -57,6 +57,9 @@ type ActivityStreamsPrevProperty interface { // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetType returns the value in this property as a Type. Returns nil if // the value is not an ActivityStreams type, such as an IRI or another // value. @@ -86,6 +89,10 @@ type ActivityStreamsPrevProperty interface { // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // JSONLDContext returns the JSONLD URIs required in the context string // for this property and the specific values that are set. The value // in the map is the alias used to import the property's value or @@ -124,6 +131,9 @@ type ActivityStreamsPrevProperty interface { // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetType attempts to set the property for the arbitrary type. Returns an // error if it is not a valid type to set on this property. SetType(t Type) error diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_preview_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_preview_interface.go index f314a7736..0dc2d2ee2 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_preview_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_preview_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsPreviewPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsPreviewPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsPreviewPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsPreviewPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsPreviewPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsPreviewPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -994,30 +938,6 @@ type ActivityStreamsPreviewProperty interface { // the property "preview". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "preview". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "preview". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "preview". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "preview". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "preview". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "preview". Invalidates iterators - // that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "preview" AppendIRI(v *url.URL) @@ -1029,6 +949,10 @@ type ActivityStreamsPreviewProperty interface { // property "preview". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "preview". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "preview". Invalidates iterators that are // traversing using Prev. @@ -1273,30 +1197,6 @@ type ActivityStreamsPreviewProperty interface { // for a property "preview". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "preview". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "preview". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "preview". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "preview". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "preview". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "preview". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "preview". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1309,6 +1209,10 @@ type ActivityStreamsPreviewProperty interface { // property "preview". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "preview". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "preview". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1511,25 +1415,6 @@ type ActivityStreamsPreviewProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "preview". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "preview". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "preview". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "preview". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "preview". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "preview". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "preview". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "preview". PrependIRI(v *url.URL) @@ -1539,6 +1424,9 @@ type ActivityStreamsPreviewProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "preview". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "preview". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "preview". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1772,30 +1660,6 @@ type ActivityStreamsPreviewProperty interface { // for the property "preview". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "preview". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "preview". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "preview". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "preview". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "preview". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "preview". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "preview". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1807,6 +1671,10 @@ type ActivityStreamsPreviewProperty interface { // property "preview". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "preview". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "preview". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_relationship_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_relationship_interface.go index ff545174c..fc325a05b 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_relationship_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_relationship_interface.go @@ -217,29 +217,6 @@ type ActivityStreamsRelationshipPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -484,31 +461,6 @@ type ActivityStreamsRelationshipPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -703,24 +655,6 @@ type ActivityStreamsRelationshipPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -966,30 +900,6 @@ type ActivityStreamsRelationshipProperty interface { // the property "relationship". Invalidates iterators that are // traversing using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "relationship". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "relationship". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "relationship". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "relationship". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "relationship". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "relationship". Invalidates - // iterators that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "relationship" AppendIRI(v *url.URL) @@ -1242,31 +1152,6 @@ type ActivityStreamsRelationshipProperty interface { // for a property "relationship". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "relationship". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "relationship". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "relationship". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "relationship". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "relationship". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "relationship". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "relationship". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. @@ -1477,25 +1362,6 @@ type ActivityStreamsRelationshipProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "relationship". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "relationship". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "relationship". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "relationship". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "relationship". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "relationship". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "relationship". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "relationship". PrependIRI(v *url.URL) @@ -1730,30 +1596,6 @@ type ActivityStreamsRelationshipProperty interface { // for the property "relationship". Panics if the index is out of // bounds. Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "relationship". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "relationship". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "relationship". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "relationship". Panics if the index is out - // of bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "relationship". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "relationship". Panics if the - // index is out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "relationship". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_result_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_result_interface.go index 864dd90af..1686f1852 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_result_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_result_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsResultPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsResultPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsResultPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsResultPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsResultPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsResultPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -995,30 +939,6 @@ type ActivityStreamsResultProperty interface { // the property "result". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "result". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "result". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "result". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "result". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "result". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "result". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "result" AppendIRI(v *url.URL) @@ -1030,6 +950,10 @@ type ActivityStreamsResultProperty interface { // property "result". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "result". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "result". Invalidates iterators that are // traversing using Prev. @@ -1274,30 +1198,6 @@ type ActivityStreamsResultProperty interface { // for a property "result". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "result". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "result". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "result". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "result". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "result". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "result". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "result". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1310,6 +1210,10 @@ type ActivityStreamsResultProperty interface { // property "result". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "result". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "result". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1508,25 +1412,6 @@ type ActivityStreamsResultProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "result". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "result". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "result". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "result". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "result". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "result". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "result". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "result". PrependIRI(v *url.URL) @@ -1536,6 +1421,9 @@ type ActivityStreamsResultProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "result". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "result". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "result". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1769,30 +1657,6 @@ type ActivityStreamsResultProperty interface { // for the property "result". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "result". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "result". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "result". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "result". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "result". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "result". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "result". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1804,6 +1668,10 @@ type ActivityStreamsResultProperty interface { // property "result". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "result". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "result". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_source_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_source_interface.go index 4aad0ba07..1bafb7a3b 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_source_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_source_interface.go @@ -247,29 +247,6 @@ type ActivityStreamsSourceProperty interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -280,6 +257,9 @@ type ActivityStreamsSourceProperty interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -522,31 +502,6 @@ type ActivityStreamsSourceProperty interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -558,6 +513,10 @@ type ActivityStreamsSourceProperty interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -748,24 +707,6 @@ type ActivityStreamsSourceProperty interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -775,6 +716,9 @@ type ActivityStreamsSourceProperty interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_subject_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_subject_interface.go index 3e7e806a4..6cce7ced0 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_subject_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_subject_interface.go @@ -244,29 +244,6 @@ type ActivityStreamsSubjectProperty interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -277,6 +254,9 @@ type ActivityStreamsSubjectProperty interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -519,31 +499,6 @@ type ActivityStreamsSubjectProperty interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -555,6 +510,10 @@ type ActivityStreamsSubjectProperty interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -745,24 +704,6 @@ type ActivityStreamsSubjectProperty interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -772,6 +713,9 @@ type ActivityStreamsSubjectProperty interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_tag_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_tag_interface.go index e41fe6869..0ce128df0 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_tag_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_tag_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsTagPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsTagPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsTagPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsTagPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsTagPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsTagPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -993,30 +937,6 @@ type ActivityStreamsTagProperty interface { // the property "tag". Invalidates iterators that are traversing using // Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "tag". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "tag". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "tag". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "tag". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "tag". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "tag". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "tag" AppendIRI(v *url.URL) @@ -1028,6 +948,10 @@ type ActivityStreamsTagProperty interface { // property "tag". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "tag". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "tag". Invalidates iterators that are // traversing using Prev. @@ -1269,30 +1193,6 @@ type ActivityStreamsTagProperty interface { // for a property "tag". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "tag". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "tag". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "tag". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "tag". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "tag". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "tag". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "tag". Existing elements at that index and higher are shifted back // once. Invalidates all iterators. @@ -1305,6 +1205,10 @@ type ActivityStreamsTagProperty interface { // property "tag". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "tag". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "tag". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1503,25 +1407,6 @@ type ActivityStreamsTagProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "tag". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "tag". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "tag". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "tag". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "tag". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "tag". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "tag". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "tag". PrependIRI(v *url.URL) @@ -1531,6 +1416,9 @@ type ActivityStreamsTagProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "tag". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "tag". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "tag". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1764,30 +1652,6 @@ type ActivityStreamsTagProperty interface { // for the property "tag". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "tag". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "tag". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "tag". Panics if the index is out of bounds. Invalidates - // all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "tag". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "tag". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "tag". Panics if the index is out - // of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "tag". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1799,6 +1663,10 @@ type ActivityStreamsTagProperty interface { // property "tag". Panics if the index is out of bounds. Invalidates // all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "tag". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "tag". Panics if the index is out of bounds. // Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_target_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_target_interface.go index 9cf387cf8..7641255a6 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_target_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_target_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsTargetPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsTargetPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsTargetPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsTargetPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsTargetPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsTargetPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -1003,30 +947,6 @@ type ActivityStreamsTargetProperty interface { // the property "target". Invalidates iterators that are traversing // using Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "target". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "target". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "target". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "target". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "target". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "target". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "target" AppendIRI(v *url.URL) @@ -1038,6 +958,10 @@ type ActivityStreamsTargetProperty interface { // property "target". Invalidates iterators that are traversing using // Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "target". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "target". Invalidates iterators that are // traversing using Prev. @@ -1282,30 +1206,6 @@ type ActivityStreamsTargetProperty interface { // for a property "target". Existing elements at that index and higher // are shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "target". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "target". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "target". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "target". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "target". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "target". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property // "target". Existing elements at that index and higher are shifted // back once. Invalidates all iterators. @@ -1318,6 +1218,10 @@ type ActivityStreamsTargetProperty interface { // property "target". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "target". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "target". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1516,25 +1420,6 @@ type ActivityStreamsTargetProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "target". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "target". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "target". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "target". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "target". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "target". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "target". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "target". PrependIRI(v *url.URL) @@ -1544,6 +1429,9 @@ type ActivityStreamsTargetProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "target". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "target". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "target". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1777,30 +1665,6 @@ type ActivityStreamsTargetProperty interface { // for the property "target". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "target". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "target". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "target". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "target". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "target". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "target". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "target". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1812,6 +1676,10 @@ type ActivityStreamsTargetProperty interface { // property "target". Panics if the index is out of bounds. // Invalidates all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "target". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "target". Panics if the index is out of // bounds. Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_to_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_to_interface.go index c8681805b..94e9fbdeb 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_to_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_to_interface.go @@ -225,29 +225,6 @@ type ActivityStreamsToPropertyIterator interface { // IsActivityStreamsView returns false, GetActivityStreamsView will // return an arbitrary value. GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL @@ -258,6 +235,9 @@ type ActivityStreamsToPropertyIterator interface { // GetTootEmoji returns the value of this property. When IsTootEmoji // returns false, GetTootEmoji will return an arbitrary value. GetTootEmoji() TootEmoji + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetTootIdentityProof returns the value of this property. When // IsTootIdentityProof returns false, GetTootIdentityProof will return // an arbitrary value. @@ -500,31 +480,6 @@ type ActivityStreamsToPropertyIterator interface { // "View". When true, use the GetActivityStreamsView and // SetActivityStreamsView methods to access and set this property. IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool @@ -536,6 +491,10 @@ type ActivityStreamsToPropertyIterator interface { // true, use the GetTootEmoji and SetTootEmoji methods to access and // set this property. IsTootEmoji() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsTootIdentityProof returns true if this property has a type of // "IdentityProof". When true, use the GetTootIdentityProof and // SetTootIdentityProof methods to access and set this property. @@ -725,24 +684,6 @@ type ActivityStreamsToPropertyIterator interface { // SetActivityStreamsView sets the value of this property. Calling // IsActivityStreamsView afterwards returns true. SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) @@ -752,6 +693,9 @@ type ActivityStreamsToPropertyIterator interface { // SetTootEmoji sets the value of this property. Calling IsTootEmoji // afterwards returns true. SetTootEmoji(v TootEmoji) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetTootIdentityProof sets the value of this property. Calling // IsTootIdentityProof afterwards returns true. SetTootIdentityProof(v TootIdentityProof) @@ -989,29 +933,6 @@ type ActivityStreamsToProperty interface { // the property "to". Invalidates iterators that are traversing using // Prev. AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "to". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "to". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "to". Invalidates iterators that are traversing using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "to". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "to". Invalidates iterators that are traversing using - // Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "to". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) // AppendIRI appends an IRI value to the back of a list of the property // "to" AppendIRI(v *url.URL) @@ -1022,6 +943,9 @@ type ActivityStreamsToProperty interface { // AppendTootEmoji appends a Emoji value to the back of a list of the // property "to". Invalidates iterators that are traversing using Prev. AppendTootEmoji(v TootEmoji) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "to". Invalidates iterators that are traversing using Prev. + AppendTootHashtag(v TootHashtag) // AppendTootIdentityProof appends a IdentityProof value to the back of a // list of the property "to". Invalidates iterators that are // traversing using Prev. @@ -1263,30 +1187,6 @@ type ActivityStreamsToProperty interface { // for a property "to". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "to". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "to". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "to". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "to". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "to". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "to". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // Insert inserts an IRI value at the specified index for a property "to". // Existing elements at that index and higher are shifted back once. // Invalidates all iterators. @@ -1299,6 +1199,10 @@ type ActivityStreamsToProperty interface { // property "to". Existing elements at that index and higher are // shifted back once. Invalidates all iterators. InsertTootEmoji(idx int, v TootEmoji) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "to". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // InsertTootIdentityProof inserts a IdentityProof value at the specified // index for a property "to". Existing elements at that index and // higher are shifted back once. Invalidates all iterators. @@ -1496,24 +1400,6 @@ type ActivityStreamsToProperty interface { // PrependActivityStreamsView prepends a View value to the front of a list // of the property "to". Invalidates all iterators. PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "to". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "to". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "to". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "to". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "to". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "to". Invalidates all iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) // PrependIRI prepends an IRI value to the front of a list of the property // "to". PrependIRI(v *url.URL) @@ -1523,6 +1409,9 @@ type ActivityStreamsToProperty interface { // PrependTootEmoji prepends a Emoji value to the front of a list of the // property "to". Invalidates all iterators. PrependTootEmoji(v TootEmoji) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "to". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependTootIdentityProof prepends a IdentityProof value to the front of // a list of the property "to". Invalidates all iterators. PrependTootIdentityProof(v TootIdentityProof) @@ -1756,30 +1645,6 @@ type ActivityStreamsToProperty interface { // for the property "to". Panics if the index is out of bounds. // Invalidates all iterators. SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "to". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "to". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "to". Panics if the index is out of bounds. Invalidates - // all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "to". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "to". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "to". Panics if the index is out - // of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) // SetIRI sets an IRI value to be at the specified index for the property // "to". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) @@ -1791,6 +1656,10 @@ type ActivityStreamsToProperty interface { // property "to". Panics if the index is out of bounds. Invalidates // all iterators. SetTootEmoji(idx int, v TootEmoji) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "to". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetTootIdentityProof sets a IdentityProof value to be at the specified // index for the property "to". Panics if the index is out of bounds. // Invalidates all iterators. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_url_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_url_interface.go index e54dc09d8..ae93520f9 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_url_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_activitystreams_url_interface.go @@ -18,6 +18,9 @@ type ActivityStreamsUrlPropertyIterator interface { // GetIRI returns the IRI of this property. When IsIRI returns false, // GetIRI will return an arbitrary value. GetIRI() *url.URL + // GetTootHashtag returns the value of this property. When IsTootHashtag + // returns false, GetTootHashtag will return an arbitrary value. + GetTootHashtag() TootHashtag // GetType returns the value in this property as a Type. Returns nil if // the value is not an ActivityStreams type, such as an IRI or another // value. @@ -39,6 +42,10 @@ type ActivityStreamsUrlPropertyIterator interface { // IsIRI returns true if this property is an IRI. When true, use GetIRI // and SetIRI to access and set this property IsIRI() bool + // IsTootHashtag returns true if this property has a type of "Hashtag". + // When true, use the GetTootHashtag and SetTootHashtag methods to + // access and set this property. + IsTootHashtag() bool // IsXMLSchemaAnyURI returns true if this property has a type of "anyURI". // When true, use the GetXMLSchemaAnyURI and SetXMLSchemaAnyURI // methods to access and set this property. @@ -73,6 +80,9 @@ type ActivityStreamsUrlPropertyIterator interface { // SetIRI sets the value of this property. Calling IsIRI afterwards // returns true. SetIRI(v *url.URL) + // SetTootHashtag sets the value of this property. Calling IsTootHashtag + // afterwards returns true. + SetTootHashtag(v TootHashtag) // SetType attempts to set the property for the arbitrary type. Returns an // error if it is not a valid type to set on this property. SetType(t Type) error @@ -129,6 +139,10 @@ type ActivityStreamsUrlProperty interface { // AppendIRI appends an IRI value to the back of a list of the property // "url" AppendIRI(v *url.URL) + // AppendTootHashtag appends a Hashtag value to the back of a list of the + // property "url". Invalidates iterators that are traversing using + // Prev. + AppendTootHashtag(v TootHashtag) // PrependType prepends an arbitrary type value to the front of a list of // the property "url". Invalidates iterators that are traversing using // Prev. Returns an error if the type is not a valid one to set for @@ -163,6 +177,10 @@ type ActivityStreamsUrlProperty interface { // "url". Existing elements at that index and higher are shifted back // once. Invalidates all iterators. InsertIRI(idx int, v *url.URL) + // InsertTootHashtag inserts a Hashtag value at the specified index for a + // property "url". Existing elements at that index and higher are + // shifted back once. Invalidates all iterators. + InsertTootHashtag(idx int, v TootHashtag) // PrependType prepends an arbitrary type value to the front of a list of // the property "url". Invalidates all iterators. Returns an error if // the type is not a valid one to set for this property. @@ -202,6 +220,9 @@ type ActivityStreamsUrlProperty interface { // PrependIRI prepends an IRI value to the front of a list of the property // "url". PrependIRI(v *url.URL) + // PrependTootHashtag prepends a Hashtag value to the front of a list of + // the property "url". Invalidates all iterators. + PrependTootHashtag(v TootHashtag) // PrependType prepends an arbitrary type value to the front of a list of // the property "url". Invalidates all iterators. Returns an error if // the type is not a valid one to set for this property. @@ -230,6 +251,10 @@ type ActivityStreamsUrlProperty interface { // SetIRI sets an IRI value to be at the specified index for the property // "url". Panics if the index is out of bounds. SetIRI(idx int, v *url.URL) + // SetTootHashtag sets a Hashtag value to be at the specified index for + // the property "url". Panics if the index is out of bounds. + // Invalidates all iterators. + SetTootHashtag(idx int, v TootHashtag) // SetType sets an arbitrary type value to the specified index of the // property "url". Invalidates all iterators. Returns an error if the // type is not a valid one to set for this property. Panics if the diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_assignedTo_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_assignedTo_interface.go deleted file mode 100644 index b3076aa7a..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_assignedTo_interface.go +++ /dev/null @@ -1,60 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// Identifies the Person assigned to work on this Ticket. -type ForgeFedAssignedToProperty interface { - // Clear ensures no value of this property is set. Calling - // IsActivityStreamsPerson afterwards will return false. - Clear() - // Get returns the value of this property. When IsActivityStreamsPerson - // returns false, Get will return any arbitrary value. - Get() ActivityStreamsPerson - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return any arbitrary value. - GetIRI() *url.URL - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if the value or IRI is set. - HasAny() bool - // IsActivityStreamsPerson returns true if this property is set and not an - // IRI. - IsActivityStreamsPerson() bool - // IsIRI returns true if this property is an IRI. - IsIRI() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedAssignedToProperty) bool - // Name returns the name of this property: "assignedTo". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // Set sets the value of this property. Calling IsActivityStreamsPerson - // afterwards will return true. - Set(v ActivityStreamsPerson) - // SetIRI sets the value of this property. Calling IsIRI afterwards will - // return true. - SetIRI(v *url.URL) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_committedBy_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_committedBy_interface.go deleted file mode 100644 index daba6d959..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_committedBy_interface.go +++ /dev/null @@ -1,749 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// Identifies the actor (usually a person, but could be something else, e.g. a -// bot) that added a set of changes to the version-control Repository. -// Sometimes the author of the changes and the committer of those changes -// aren’t the same actor, in which case the committedBy property can be used -// to specify who added the changes to the repository. For example, when -// applying a patch to a repository, e.g. a Git repository, the author would -// be the person who made the patch, and the committer would be the person who -// applied the patch to their copy of the repository. -type ForgeFedCommittedByProperty interface { - // Clear ensures no value of this property is set. Calling HasAny or any - // of the 'Is' methods afterwards will return false. - Clear() - // GetActivityStreamsAccept returns the value of this property. When - // IsActivityStreamsAccept returns false, GetActivityStreamsAccept - // will return an arbitrary value. - GetActivityStreamsAccept() ActivityStreamsAccept - // GetActivityStreamsActivity returns the value of this property. When - // IsActivityStreamsActivity returns false, GetActivityStreamsActivity - // will return an arbitrary value. - GetActivityStreamsActivity() ActivityStreamsActivity - // GetActivityStreamsAdd returns the value of this property. When - // IsActivityStreamsAdd returns false, GetActivityStreamsAdd will - // return an arbitrary value. - GetActivityStreamsAdd() ActivityStreamsAdd - // GetActivityStreamsAnnounce returns the value of this property. When - // IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce - // will return an arbitrary value. - GetActivityStreamsAnnounce() ActivityStreamsAnnounce - // GetActivityStreamsApplication returns the value of this property. When - // IsActivityStreamsApplication returns false, - // GetActivityStreamsApplication will return an arbitrary value. - GetActivityStreamsApplication() ActivityStreamsApplication - // GetActivityStreamsArrive returns the value of this property. When - // IsActivityStreamsArrive returns false, GetActivityStreamsArrive - // will return an arbitrary value. - GetActivityStreamsArrive() ActivityStreamsArrive - // GetActivityStreamsArticle returns the value of this property. When - // IsActivityStreamsArticle returns false, GetActivityStreamsArticle - // will return an arbitrary value. - GetActivityStreamsArticle() ActivityStreamsArticle - // GetActivityStreamsAudio returns the value of this property. When - // IsActivityStreamsAudio returns false, GetActivityStreamsAudio will - // return an arbitrary value. - GetActivityStreamsAudio() ActivityStreamsAudio - // GetActivityStreamsBlock returns the value of this property. When - // IsActivityStreamsBlock returns false, GetActivityStreamsBlock will - // return an arbitrary value. - GetActivityStreamsBlock() ActivityStreamsBlock - // GetActivityStreamsCollection returns the value of this property. When - // IsActivityStreamsCollection returns false, - // GetActivityStreamsCollection will return an arbitrary value. - GetActivityStreamsCollection() ActivityStreamsCollection - // GetActivityStreamsCollectionPage returns the value of this property. - // When IsActivityStreamsCollectionPage returns false, - // GetActivityStreamsCollectionPage will return an arbitrary value. - GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage - // GetActivityStreamsCreate returns the value of this property. When - // IsActivityStreamsCreate returns false, GetActivityStreamsCreate - // will return an arbitrary value. - GetActivityStreamsCreate() ActivityStreamsCreate - // GetActivityStreamsDelete returns the value of this property. When - // IsActivityStreamsDelete returns false, GetActivityStreamsDelete - // will return an arbitrary value. - GetActivityStreamsDelete() ActivityStreamsDelete - // GetActivityStreamsDislike returns the value of this property. When - // IsActivityStreamsDislike returns false, GetActivityStreamsDislike - // will return an arbitrary value. - GetActivityStreamsDislike() ActivityStreamsDislike - // GetActivityStreamsDocument returns the value of this property. When - // IsActivityStreamsDocument returns false, GetActivityStreamsDocument - // will return an arbitrary value. - GetActivityStreamsDocument() ActivityStreamsDocument - // GetActivityStreamsEvent returns the value of this property. When - // IsActivityStreamsEvent returns false, GetActivityStreamsEvent will - // return an arbitrary value. - GetActivityStreamsEvent() ActivityStreamsEvent - // GetActivityStreamsFlag returns the value of this property. When - // IsActivityStreamsFlag returns false, GetActivityStreamsFlag will - // return an arbitrary value. - GetActivityStreamsFlag() ActivityStreamsFlag - // GetActivityStreamsFollow returns the value of this property. When - // IsActivityStreamsFollow returns false, GetActivityStreamsFollow - // will return an arbitrary value. - GetActivityStreamsFollow() ActivityStreamsFollow - // GetActivityStreamsGroup returns the value of this property. When - // IsActivityStreamsGroup returns false, GetActivityStreamsGroup will - // return an arbitrary value. - GetActivityStreamsGroup() ActivityStreamsGroup - // GetActivityStreamsIgnore returns the value of this property. When - // IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore - // will return an arbitrary value. - GetActivityStreamsIgnore() ActivityStreamsIgnore - // GetActivityStreamsImage returns the value of this property. When - // IsActivityStreamsImage returns false, GetActivityStreamsImage will - // return an arbitrary value. - GetActivityStreamsImage() ActivityStreamsImage - // GetActivityStreamsIntransitiveActivity returns the value of this - // property. When IsActivityStreamsIntransitiveActivity returns false, - // GetActivityStreamsIntransitiveActivity will return an arbitrary - // value. - GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity - // GetActivityStreamsInvite returns the value of this property. When - // IsActivityStreamsInvite returns false, GetActivityStreamsInvite - // will return an arbitrary value. - GetActivityStreamsInvite() ActivityStreamsInvite - // GetActivityStreamsJoin returns the value of this property. When - // IsActivityStreamsJoin returns false, GetActivityStreamsJoin will - // return an arbitrary value. - GetActivityStreamsJoin() ActivityStreamsJoin - // GetActivityStreamsLeave returns the value of this property. When - // IsActivityStreamsLeave returns false, GetActivityStreamsLeave will - // return an arbitrary value. - GetActivityStreamsLeave() ActivityStreamsLeave - // GetActivityStreamsLike returns the value of this property. When - // IsActivityStreamsLike returns false, GetActivityStreamsLike will - // return an arbitrary value. - GetActivityStreamsLike() ActivityStreamsLike - // GetActivityStreamsListen returns the value of this property. When - // IsActivityStreamsListen returns false, GetActivityStreamsListen - // will return an arbitrary value. - GetActivityStreamsListen() ActivityStreamsListen - // GetActivityStreamsMove returns the value of this property. When - // IsActivityStreamsMove returns false, GetActivityStreamsMove will - // return an arbitrary value. - GetActivityStreamsMove() ActivityStreamsMove - // GetActivityStreamsNote returns the value of this property. When - // IsActivityStreamsNote returns false, GetActivityStreamsNote will - // return an arbitrary value. - GetActivityStreamsNote() ActivityStreamsNote - // GetActivityStreamsObject returns the value of this property. When - // IsActivityStreamsObject returns false, GetActivityStreamsObject - // will return an arbitrary value. - GetActivityStreamsObject() ActivityStreamsObject - // GetActivityStreamsOffer returns the value of this property. When - // IsActivityStreamsOffer returns false, GetActivityStreamsOffer will - // return an arbitrary value. - GetActivityStreamsOffer() ActivityStreamsOffer - // GetActivityStreamsOrderedCollection returns the value of this property. - // When IsActivityStreamsOrderedCollection returns false, - // GetActivityStreamsOrderedCollection will return an arbitrary value. - GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection - // GetActivityStreamsOrderedCollectionPage returns the value of this - // property. When IsActivityStreamsOrderedCollectionPage returns - // false, GetActivityStreamsOrderedCollectionPage will return an - // arbitrary value. - GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage - // GetActivityStreamsOrganization returns the value of this property. When - // IsActivityStreamsOrganization returns false, - // GetActivityStreamsOrganization will return an arbitrary value. - GetActivityStreamsOrganization() ActivityStreamsOrganization - // GetActivityStreamsPage returns the value of this property. When - // IsActivityStreamsPage returns false, GetActivityStreamsPage will - // return an arbitrary value. - GetActivityStreamsPage() ActivityStreamsPage - // GetActivityStreamsPerson returns the value of this property. When - // IsActivityStreamsPerson returns false, GetActivityStreamsPerson - // will return an arbitrary value. - GetActivityStreamsPerson() ActivityStreamsPerson - // GetActivityStreamsPlace returns the value of this property. When - // IsActivityStreamsPlace returns false, GetActivityStreamsPlace will - // return an arbitrary value. - GetActivityStreamsPlace() ActivityStreamsPlace - // GetActivityStreamsProfile returns the value of this property. When - // IsActivityStreamsProfile returns false, GetActivityStreamsProfile - // will return an arbitrary value. - GetActivityStreamsProfile() ActivityStreamsProfile - // GetActivityStreamsQuestion returns the value of this property. When - // IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion - // will return an arbitrary value. - GetActivityStreamsQuestion() ActivityStreamsQuestion - // GetActivityStreamsRead returns the value of this property. When - // IsActivityStreamsRead returns false, GetActivityStreamsRead will - // return an arbitrary value. - GetActivityStreamsRead() ActivityStreamsRead - // GetActivityStreamsReject returns the value of this property. When - // IsActivityStreamsReject returns false, GetActivityStreamsReject - // will return an arbitrary value. - GetActivityStreamsReject() ActivityStreamsReject - // GetActivityStreamsRelationship returns the value of this property. When - // IsActivityStreamsRelationship returns false, - // GetActivityStreamsRelationship will return an arbitrary value. - GetActivityStreamsRelationship() ActivityStreamsRelationship - // GetActivityStreamsRemove returns the value of this property. When - // IsActivityStreamsRemove returns false, GetActivityStreamsRemove - // will return an arbitrary value. - GetActivityStreamsRemove() ActivityStreamsRemove - // GetActivityStreamsService returns the value of this property. When - // IsActivityStreamsService returns false, GetActivityStreamsService - // will return an arbitrary value. - GetActivityStreamsService() ActivityStreamsService - // GetActivityStreamsTentativeAccept returns the value of this property. - // When IsActivityStreamsTentativeAccept returns false, - // GetActivityStreamsTentativeAccept will return an arbitrary value. - GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept - // GetActivityStreamsTentativeReject returns the value of this property. - // When IsActivityStreamsTentativeReject returns false, - // GetActivityStreamsTentativeReject will return an arbitrary value. - GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject - // GetActivityStreamsTombstone returns the value of this property. When - // IsActivityStreamsTombstone returns false, - // GetActivityStreamsTombstone will return an arbitrary value. - GetActivityStreamsTombstone() ActivityStreamsTombstone - // GetActivityStreamsTravel returns the value of this property. When - // IsActivityStreamsTravel returns false, GetActivityStreamsTravel - // will return an arbitrary value. - GetActivityStreamsTravel() ActivityStreamsTravel - // GetActivityStreamsUndo returns the value of this property. When - // IsActivityStreamsUndo returns false, GetActivityStreamsUndo will - // return an arbitrary value. - GetActivityStreamsUndo() ActivityStreamsUndo - // GetActivityStreamsUpdate returns the value of this property. When - // IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate - // will return an arbitrary value. - GetActivityStreamsUpdate() ActivityStreamsUpdate - // GetActivityStreamsVideo returns the value of this property. When - // IsActivityStreamsVideo returns false, GetActivityStreamsVideo will - // return an arbitrary value. - GetActivityStreamsVideo() ActivityStreamsVideo - // GetActivityStreamsView returns the value of this property. When - // IsActivityStreamsView returns false, GetActivityStreamsView will - // return an arbitrary value. - GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return an arbitrary value. - GetIRI() *url.URL - // GetSchemaPropertyValue returns the value of this property. When - // IsSchemaPropertyValue returns false, GetSchemaPropertyValue will - // return an arbitrary value. - GetSchemaPropertyValue() SchemaPropertyValue - // GetTootEmoji returns the value of this property. When IsTootEmoji - // returns false, GetTootEmoji will return an arbitrary value. - GetTootEmoji() TootEmoji - // GetTootIdentityProof returns the value of this property. When - // IsTootIdentityProof returns false, GetTootIdentityProof will return - // an arbitrary value. - GetTootIdentityProof() TootIdentityProof - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if any of the different values is set. - HasAny() bool - // IsActivityStreamsAccept returns true if this property has a type of - // "Accept". When true, use the GetActivityStreamsAccept and - // SetActivityStreamsAccept methods to access and set this property. - IsActivityStreamsAccept() bool - // IsActivityStreamsActivity returns true if this property has a type of - // "Activity". When true, use the GetActivityStreamsActivity and - // SetActivityStreamsActivity methods to access and set this property. - IsActivityStreamsActivity() bool - // IsActivityStreamsAdd returns true if this property has a type of "Add". - // When true, use the GetActivityStreamsAdd and SetActivityStreamsAdd - // methods to access and set this property. - IsActivityStreamsAdd() bool - // IsActivityStreamsAnnounce returns true if this property has a type of - // "Announce". When true, use the GetActivityStreamsAnnounce and - // SetActivityStreamsAnnounce methods to access and set this property. - IsActivityStreamsAnnounce() bool - // IsActivityStreamsApplication returns true if this property has a type - // of "Application". When true, use the GetActivityStreamsApplication - // and SetActivityStreamsApplication methods to access and set this - // property. - IsActivityStreamsApplication() bool - // IsActivityStreamsArrive returns true if this property has a type of - // "Arrive". When true, use the GetActivityStreamsArrive and - // SetActivityStreamsArrive methods to access and set this property. - IsActivityStreamsArrive() bool - // IsActivityStreamsArticle returns true if this property has a type of - // "Article". When true, use the GetActivityStreamsArticle and - // SetActivityStreamsArticle methods to access and set this property. - IsActivityStreamsArticle() bool - // IsActivityStreamsAudio returns true if this property has a type of - // "Audio". When true, use the GetActivityStreamsAudio and - // SetActivityStreamsAudio methods to access and set this property. - IsActivityStreamsAudio() bool - // IsActivityStreamsBlock returns true if this property has a type of - // "Block". When true, use the GetActivityStreamsBlock and - // SetActivityStreamsBlock methods to access and set this property. - IsActivityStreamsBlock() bool - // IsActivityStreamsCollection returns true if this property has a type of - // "Collection". When true, use the GetActivityStreamsCollection and - // SetActivityStreamsCollection methods to access and set this - // property. - IsActivityStreamsCollection() bool - // IsActivityStreamsCollectionPage returns true if this property has a - // type of "CollectionPage". When true, use the - // GetActivityStreamsCollectionPage and - // SetActivityStreamsCollectionPage methods to access and set this - // property. - IsActivityStreamsCollectionPage() bool - // IsActivityStreamsCreate returns true if this property has a type of - // "Create". When true, use the GetActivityStreamsCreate and - // SetActivityStreamsCreate methods to access and set this property. - IsActivityStreamsCreate() bool - // IsActivityStreamsDelete returns true if this property has a type of - // "Delete". When true, use the GetActivityStreamsDelete and - // SetActivityStreamsDelete methods to access and set this property. - IsActivityStreamsDelete() bool - // IsActivityStreamsDislike returns true if this property has a type of - // "Dislike". When true, use the GetActivityStreamsDislike and - // SetActivityStreamsDislike methods to access and set this property. - IsActivityStreamsDislike() bool - // IsActivityStreamsDocument returns true if this property has a type of - // "Document". When true, use the GetActivityStreamsDocument and - // SetActivityStreamsDocument methods to access and set this property. - IsActivityStreamsDocument() bool - // IsActivityStreamsEvent returns true if this property has a type of - // "Event". When true, use the GetActivityStreamsEvent and - // SetActivityStreamsEvent methods to access and set this property. - IsActivityStreamsEvent() bool - // IsActivityStreamsFlag returns true if this property has a type of - // "Flag". When true, use the GetActivityStreamsFlag and - // SetActivityStreamsFlag methods to access and set this property. - IsActivityStreamsFlag() bool - // IsActivityStreamsFollow returns true if this property has a type of - // "Follow". When true, use the GetActivityStreamsFollow and - // SetActivityStreamsFollow methods to access and set this property. - IsActivityStreamsFollow() bool - // IsActivityStreamsGroup returns true if this property has a type of - // "Group". When true, use the GetActivityStreamsGroup and - // SetActivityStreamsGroup methods to access and set this property. - IsActivityStreamsGroup() bool - // IsActivityStreamsIgnore returns true if this property has a type of - // "Ignore". When true, use the GetActivityStreamsIgnore and - // SetActivityStreamsIgnore methods to access and set this property. - IsActivityStreamsIgnore() bool - // IsActivityStreamsImage returns true if this property has a type of - // "Image". When true, use the GetActivityStreamsImage and - // SetActivityStreamsImage methods to access and set this property. - IsActivityStreamsImage() bool - // IsActivityStreamsIntransitiveActivity returns true if this property has - // a type of "IntransitiveActivity". When true, use the - // GetActivityStreamsIntransitiveActivity and - // SetActivityStreamsIntransitiveActivity methods to access and set - // this property. - IsActivityStreamsIntransitiveActivity() bool - // IsActivityStreamsInvite returns true if this property has a type of - // "Invite". When true, use the GetActivityStreamsInvite and - // SetActivityStreamsInvite methods to access and set this property. - IsActivityStreamsInvite() bool - // IsActivityStreamsJoin returns true if this property has a type of - // "Join". When true, use the GetActivityStreamsJoin and - // SetActivityStreamsJoin methods to access and set this property. - IsActivityStreamsJoin() bool - // IsActivityStreamsLeave returns true if this property has a type of - // "Leave". When true, use the GetActivityStreamsLeave and - // SetActivityStreamsLeave methods to access and set this property. - IsActivityStreamsLeave() bool - // IsActivityStreamsLike returns true if this property has a type of - // "Like". When true, use the GetActivityStreamsLike and - // SetActivityStreamsLike methods to access and set this property. - IsActivityStreamsLike() bool - // IsActivityStreamsListen returns true if this property has a type of - // "Listen". When true, use the GetActivityStreamsListen and - // SetActivityStreamsListen methods to access and set this property. - IsActivityStreamsListen() bool - // IsActivityStreamsMove returns true if this property has a type of - // "Move". When true, use the GetActivityStreamsMove and - // SetActivityStreamsMove methods to access and set this property. - IsActivityStreamsMove() bool - // IsActivityStreamsNote returns true if this property has a type of - // "Note". When true, use the GetActivityStreamsNote and - // SetActivityStreamsNote methods to access and set this property. - IsActivityStreamsNote() bool - // IsActivityStreamsObject returns true if this property has a type of - // "Object". When true, use the GetActivityStreamsObject and - // SetActivityStreamsObject methods to access and set this property. - IsActivityStreamsObject() bool - // IsActivityStreamsOffer returns true if this property has a type of - // "Offer". When true, use the GetActivityStreamsOffer and - // SetActivityStreamsOffer methods to access and set this property. - IsActivityStreamsOffer() bool - // IsActivityStreamsOrderedCollection returns true if this property has a - // type of "OrderedCollection". When true, use the - // GetActivityStreamsOrderedCollection and - // SetActivityStreamsOrderedCollection methods to access and set this - // property. - IsActivityStreamsOrderedCollection() bool - // IsActivityStreamsOrderedCollectionPage returns true if this property - // has a type of "OrderedCollectionPage". When true, use the - // GetActivityStreamsOrderedCollectionPage and - // SetActivityStreamsOrderedCollectionPage methods to access and set - // this property. - IsActivityStreamsOrderedCollectionPage() bool - // IsActivityStreamsOrganization returns true if this property has a type - // of "Organization". When true, use the - // GetActivityStreamsOrganization and SetActivityStreamsOrganization - // methods to access and set this property. - IsActivityStreamsOrganization() bool - // IsActivityStreamsPage returns true if this property has a type of - // "Page". When true, use the GetActivityStreamsPage and - // SetActivityStreamsPage methods to access and set this property. - IsActivityStreamsPage() bool - // IsActivityStreamsPerson returns true if this property has a type of - // "Person". When true, use the GetActivityStreamsPerson and - // SetActivityStreamsPerson methods to access and set this property. - IsActivityStreamsPerson() bool - // IsActivityStreamsPlace returns true if this property has a type of - // "Place". When true, use the GetActivityStreamsPlace and - // SetActivityStreamsPlace methods to access and set this property. - IsActivityStreamsPlace() bool - // IsActivityStreamsProfile returns true if this property has a type of - // "Profile". When true, use the GetActivityStreamsProfile and - // SetActivityStreamsProfile methods to access and set this property. - IsActivityStreamsProfile() bool - // IsActivityStreamsQuestion returns true if this property has a type of - // "Question". When true, use the GetActivityStreamsQuestion and - // SetActivityStreamsQuestion methods to access and set this property. - IsActivityStreamsQuestion() bool - // IsActivityStreamsRead returns true if this property has a type of - // "Read". When true, use the GetActivityStreamsRead and - // SetActivityStreamsRead methods to access and set this property. - IsActivityStreamsRead() bool - // IsActivityStreamsReject returns true if this property has a type of - // "Reject". When true, use the GetActivityStreamsReject and - // SetActivityStreamsReject methods to access and set this property. - IsActivityStreamsReject() bool - // IsActivityStreamsRelationship returns true if this property has a type - // of "Relationship". When true, use the - // GetActivityStreamsRelationship and SetActivityStreamsRelationship - // methods to access and set this property. - IsActivityStreamsRelationship() bool - // IsActivityStreamsRemove returns true if this property has a type of - // "Remove". When true, use the GetActivityStreamsRemove and - // SetActivityStreamsRemove methods to access and set this property. - IsActivityStreamsRemove() bool - // IsActivityStreamsService returns true if this property has a type of - // "Service". When true, use the GetActivityStreamsService and - // SetActivityStreamsService methods to access and set this property. - IsActivityStreamsService() bool - // IsActivityStreamsTentativeAccept returns true if this property has a - // type of "TentativeAccept". When true, use the - // GetActivityStreamsTentativeAccept and - // SetActivityStreamsTentativeAccept methods to access and set this - // property. - IsActivityStreamsTentativeAccept() bool - // IsActivityStreamsTentativeReject returns true if this property has a - // type of "TentativeReject". When true, use the - // GetActivityStreamsTentativeReject and - // SetActivityStreamsTentativeReject methods to access and set this - // property. - IsActivityStreamsTentativeReject() bool - // IsActivityStreamsTombstone returns true if this property has a type of - // "Tombstone". When true, use the GetActivityStreamsTombstone and - // SetActivityStreamsTombstone methods to access and set this property. - IsActivityStreamsTombstone() bool - // IsActivityStreamsTravel returns true if this property has a type of - // "Travel". When true, use the GetActivityStreamsTravel and - // SetActivityStreamsTravel methods to access and set this property. - IsActivityStreamsTravel() bool - // IsActivityStreamsUndo returns true if this property has a type of - // "Undo". When true, use the GetActivityStreamsUndo and - // SetActivityStreamsUndo methods to access and set this property. - IsActivityStreamsUndo() bool - // IsActivityStreamsUpdate returns true if this property has a type of - // "Update". When true, use the GetActivityStreamsUpdate and - // SetActivityStreamsUpdate methods to access and set this property. - IsActivityStreamsUpdate() bool - // IsActivityStreamsVideo returns true if this property has a type of - // "Video". When true, use the GetActivityStreamsVideo and - // SetActivityStreamsVideo methods to access and set this property. - IsActivityStreamsVideo() bool - // IsActivityStreamsView returns true if this property has a type of - // "View". When true, use the GetActivityStreamsView and - // SetActivityStreamsView methods to access and set this property. - IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool - // IsIRI returns true if this property is an IRI. When true, use GetIRI - // and SetIRI to access and set this property - IsIRI() bool - // IsSchemaPropertyValue returns true if this property has a type of - // "PropertyValue". When true, use the GetSchemaPropertyValue and - // SetSchemaPropertyValue methods to access and set this property. - IsSchemaPropertyValue() bool - // IsTootEmoji returns true if this property has a type of "Emoji". When - // true, use the GetTootEmoji and SetTootEmoji methods to access and - // set this property. - IsTootEmoji() bool - // IsTootIdentityProof returns true if this property has a type of - // "IdentityProof". When true, use the GetTootIdentityProof and - // SetTootIdentityProof methods to access and set this property. - IsTootIdentityProof() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedCommittedByProperty) bool - // Name returns the name of this property: "committedBy". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // SetActivityStreamsAccept sets the value of this property. Calling - // IsActivityStreamsAccept afterwards returns true. - SetActivityStreamsAccept(v ActivityStreamsAccept) - // SetActivityStreamsActivity sets the value of this property. Calling - // IsActivityStreamsActivity afterwards returns true. - SetActivityStreamsActivity(v ActivityStreamsActivity) - // SetActivityStreamsAdd sets the value of this property. Calling - // IsActivityStreamsAdd afterwards returns true. - SetActivityStreamsAdd(v ActivityStreamsAdd) - // SetActivityStreamsAnnounce sets the value of this property. Calling - // IsActivityStreamsAnnounce afterwards returns true. - SetActivityStreamsAnnounce(v ActivityStreamsAnnounce) - // SetActivityStreamsApplication sets the value of this property. Calling - // IsActivityStreamsApplication afterwards returns true. - SetActivityStreamsApplication(v ActivityStreamsApplication) - // SetActivityStreamsArrive sets the value of this property. Calling - // IsActivityStreamsArrive afterwards returns true. - SetActivityStreamsArrive(v ActivityStreamsArrive) - // SetActivityStreamsArticle sets the value of this property. Calling - // IsActivityStreamsArticle afterwards returns true. - SetActivityStreamsArticle(v ActivityStreamsArticle) - // SetActivityStreamsAudio sets the value of this property. Calling - // IsActivityStreamsAudio afterwards returns true. - SetActivityStreamsAudio(v ActivityStreamsAudio) - // SetActivityStreamsBlock sets the value of this property. Calling - // IsActivityStreamsBlock afterwards returns true. - SetActivityStreamsBlock(v ActivityStreamsBlock) - // SetActivityStreamsCollection sets the value of this property. Calling - // IsActivityStreamsCollection afterwards returns true. - SetActivityStreamsCollection(v ActivityStreamsCollection) - // SetActivityStreamsCollectionPage sets the value of this property. - // Calling IsActivityStreamsCollectionPage afterwards returns true. - SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage) - // SetActivityStreamsCreate sets the value of this property. Calling - // IsActivityStreamsCreate afterwards returns true. - SetActivityStreamsCreate(v ActivityStreamsCreate) - // SetActivityStreamsDelete sets the value of this property. Calling - // IsActivityStreamsDelete afterwards returns true. - SetActivityStreamsDelete(v ActivityStreamsDelete) - // SetActivityStreamsDislike sets the value of this property. Calling - // IsActivityStreamsDislike afterwards returns true. - SetActivityStreamsDislike(v ActivityStreamsDislike) - // SetActivityStreamsDocument sets the value of this property. Calling - // IsActivityStreamsDocument afterwards returns true. - SetActivityStreamsDocument(v ActivityStreamsDocument) - // SetActivityStreamsEvent sets the value of this property. Calling - // IsActivityStreamsEvent afterwards returns true. - SetActivityStreamsEvent(v ActivityStreamsEvent) - // SetActivityStreamsFlag sets the value of this property. Calling - // IsActivityStreamsFlag afterwards returns true. - SetActivityStreamsFlag(v ActivityStreamsFlag) - // SetActivityStreamsFollow sets the value of this property. Calling - // IsActivityStreamsFollow afterwards returns true. - SetActivityStreamsFollow(v ActivityStreamsFollow) - // SetActivityStreamsGroup sets the value of this property. Calling - // IsActivityStreamsGroup afterwards returns true. - SetActivityStreamsGroup(v ActivityStreamsGroup) - // SetActivityStreamsIgnore sets the value of this property. Calling - // IsActivityStreamsIgnore afterwards returns true. - SetActivityStreamsIgnore(v ActivityStreamsIgnore) - // SetActivityStreamsImage sets the value of this property. Calling - // IsActivityStreamsImage afterwards returns true. - SetActivityStreamsImage(v ActivityStreamsImage) - // SetActivityStreamsIntransitiveActivity sets the value of this property. - // Calling IsActivityStreamsIntransitiveActivity afterwards returns - // true. - SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity) - // SetActivityStreamsInvite sets the value of this property. Calling - // IsActivityStreamsInvite afterwards returns true. - SetActivityStreamsInvite(v ActivityStreamsInvite) - // SetActivityStreamsJoin sets the value of this property. Calling - // IsActivityStreamsJoin afterwards returns true. - SetActivityStreamsJoin(v ActivityStreamsJoin) - // SetActivityStreamsLeave sets the value of this property. Calling - // IsActivityStreamsLeave afterwards returns true. - SetActivityStreamsLeave(v ActivityStreamsLeave) - // SetActivityStreamsLike sets the value of this property. Calling - // IsActivityStreamsLike afterwards returns true. - SetActivityStreamsLike(v ActivityStreamsLike) - // SetActivityStreamsListen sets the value of this property. Calling - // IsActivityStreamsListen afterwards returns true. - SetActivityStreamsListen(v ActivityStreamsListen) - // SetActivityStreamsMove sets the value of this property. Calling - // IsActivityStreamsMove afterwards returns true. - SetActivityStreamsMove(v ActivityStreamsMove) - // SetActivityStreamsNote sets the value of this property. Calling - // IsActivityStreamsNote afterwards returns true. - SetActivityStreamsNote(v ActivityStreamsNote) - // SetActivityStreamsObject sets the value of this property. Calling - // IsActivityStreamsObject afterwards returns true. - SetActivityStreamsObject(v ActivityStreamsObject) - // SetActivityStreamsOffer sets the value of this property. Calling - // IsActivityStreamsOffer afterwards returns true. - SetActivityStreamsOffer(v ActivityStreamsOffer) - // SetActivityStreamsOrderedCollection sets the value of this property. - // Calling IsActivityStreamsOrderedCollection afterwards returns true. - SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // SetActivityStreamsOrderedCollectionPage sets the value of this - // property. Calling IsActivityStreamsOrderedCollectionPage afterwards - // returns true. - SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // SetActivityStreamsOrganization sets the value of this property. Calling - // IsActivityStreamsOrganization afterwards returns true. - SetActivityStreamsOrganization(v ActivityStreamsOrganization) - // SetActivityStreamsPage sets the value of this property. Calling - // IsActivityStreamsPage afterwards returns true. - SetActivityStreamsPage(v ActivityStreamsPage) - // SetActivityStreamsPerson sets the value of this property. Calling - // IsActivityStreamsPerson afterwards returns true. - SetActivityStreamsPerson(v ActivityStreamsPerson) - // SetActivityStreamsPlace sets the value of this property. Calling - // IsActivityStreamsPlace afterwards returns true. - SetActivityStreamsPlace(v ActivityStreamsPlace) - // SetActivityStreamsProfile sets the value of this property. Calling - // IsActivityStreamsProfile afterwards returns true. - SetActivityStreamsProfile(v ActivityStreamsProfile) - // SetActivityStreamsQuestion sets the value of this property. Calling - // IsActivityStreamsQuestion afterwards returns true. - SetActivityStreamsQuestion(v ActivityStreamsQuestion) - // SetActivityStreamsRead sets the value of this property. Calling - // IsActivityStreamsRead afterwards returns true. - SetActivityStreamsRead(v ActivityStreamsRead) - // SetActivityStreamsReject sets the value of this property. Calling - // IsActivityStreamsReject afterwards returns true. - SetActivityStreamsReject(v ActivityStreamsReject) - // SetActivityStreamsRelationship sets the value of this property. Calling - // IsActivityStreamsRelationship afterwards returns true. - SetActivityStreamsRelationship(v ActivityStreamsRelationship) - // SetActivityStreamsRemove sets the value of this property. Calling - // IsActivityStreamsRemove afterwards returns true. - SetActivityStreamsRemove(v ActivityStreamsRemove) - // SetActivityStreamsService sets the value of this property. Calling - // IsActivityStreamsService afterwards returns true. - SetActivityStreamsService(v ActivityStreamsService) - // SetActivityStreamsTentativeAccept sets the value of this property. - // Calling IsActivityStreamsTentativeAccept afterwards returns true. - SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept) - // SetActivityStreamsTentativeReject sets the value of this property. - // Calling IsActivityStreamsTentativeReject afterwards returns true. - SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject) - // SetActivityStreamsTombstone sets the value of this property. Calling - // IsActivityStreamsTombstone afterwards returns true. - SetActivityStreamsTombstone(v ActivityStreamsTombstone) - // SetActivityStreamsTravel sets the value of this property. Calling - // IsActivityStreamsTravel afterwards returns true. - SetActivityStreamsTravel(v ActivityStreamsTravel) - // SetActivityStreamsUndo sets the value of this property. Calling - // IsActivityStreamsUndo afterwards returns true. - SetActivityStreamsUndo(v ActivityStreamsUndo) - // SetActivityStreamsUpdate sets the value of this property. Calling - // IsActivityStreamsUpdate afterwards returns true. - SetActivityStreamsUpdate(v ActivityStreamsUpdate) - // SetActivityStreamsVideo sets the value of this property. Calling - // IsActivityStreamsVideo afterwards returns true. - SetActivityStreamsVideo(v ActivityStreamsVideo) - // SetActivityStreamsView sets the value of this property. Calling - // IsActivityStreamsView afterwards returns true. - SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) - // SetIRI sets the value of this property. Calling IsIRI afterwards - // returns true. - SetIRI(v *url.URL) - // SetSchemaPropertyValue sets the value of this property. Calling - // IsSchemaPropertyValue afterwards returns true. - SetSchemaPropertyValue(v SchemaPropertyValue) - // SetTootEmoji sets the value of this property. Calling IsTootEmoji - // afterwards returns true. - SetTootEmoji(v TootEmoji) - // SetTootIdentityProof sets the value of this property. Calling - // IsTootIdentityProof afterwards returns true. - SetTootIdentityProof(v TootIdentityProof) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_committed_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_committed_interface.go deleted file mode 100644 index d413e4bb8..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_committed_interface.go +++ /dev/null @@ -1,60 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import ( - "net/url" - "time" -) - -// Specifies the time that a set of changes was committed into the Repository and -// became a Commit in it. This can be different from the time the set of -// changes was produced, e.g. if one person creates a patch and sends to -// another, and the other person then applies the patch to their copy of the -// repository. We call the former event "created" and the latter event -// "committed", and this latter event is specified by the committed property. -type ForgeFedCommittedProperty interface { - // Clear ensures no value of this property is set. Calling - // IsXMLSchemaDateTime afterwards will return false. - Clear() - // Get returns the value of this property. When IsXMLSchemaDateTime - // returns false, Get will return any arbitrary value. - Get() time.Time - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return any arbitrary value. - GetIRI() *url.URL - // HasAny returns true if the value or IRI is set. - HasAny() bool - // IsIRI returns true if this property is an IRI. - IsIRI() bool - // IsXMLSchemaDateTime returns true if this property is set and not an IRI. - IsXMLSchemaDateTime() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedCommittedProperty) bool - // Name returns the name of this property: "committed". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // Set sets the value of this property. Calling IsXMLSchemaDateTime - // afterwards will return true. - Set(v time.Time) - // SetIRI sets the value of this property. Calling IsIRI afterwards will - // return true. - SetIRI(v *url.URL) -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependants_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependants_interface.go deleted file mode 100644 index b35ca2f5c..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependants_interface.go +++ /dev/null @@ -1,82 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// Identifies a Collection of TicketDependency which specify tickets that depends -// on this Ticket, i.e. this ticket is the object of the dependsOn -// relationship. Often called "reverse dependencies". -type ForgeFedDependantsProperty interface { - // Clear ensures no value of this property is set. Calling HasAny or any - // of the 'Is' methods afterwards will return false. - Clear() - // GetActivityStreamsOrderedCollection returns the value of this property. - // When IsActivityStreamsOrderedCollection returns false, - // GetActivityStreamsOrderedCollection will return an arbitrary value. - GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection - // GetActivityStreamsOrderedCollectionPage returns the value of this - // property. When IsActivityStreamsOrderedCollectionPage returns - // false, GetActivityStreamsOrderedCollectionPage will return an - // arbitrary value. - GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return an arbitrary value. - GetIRI() *url.URL - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if any of the different values is set. - HasAny() bool - // IsActivityStreamsOrderedCollection returns true if this property has a - // type of "OrderedCollection". When true, use the - // GetActivityStreamsOrderedCollection and - // SetActivityStreamsOrderedCollection methods to access and set this - // property. - IsActivityStreamsOrderedCollection() bool - // IsActivityStreamsOrderedCollectionPage returns true if this property - // has a type of "OrderedCollectionPage". When true, use the - // GetActivityStreamsOrderedCollectionPage and - // SetActivityStreamsOrderedCollectionPage methods to access and set - // this property. - IsActivityStreamsOrderedCollectionPage() bool - // IsIRI returns true if this property is an IRI. When true, use GetIRI - // and SetIRI to access and set this property - IsIRI() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedDependantsProperty) bool - // Name returns the name of this property: "dependants". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // SetActivityStreamsOrderedCollection sets the value of this property. - // Calling IsActivityStreamsOrderedCollection afterwards returns true. - SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // SetActivityStreamsOrderedCollectionPage sets the value of this - // property. Calling IsActivityStreamsOrderedCollectionPage afterwards - // returns true. - SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // SetIRI sets the value of this property. Calling IsIRI afterwards - // returns true. - SetIRI(v *url.URL) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependedBy_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependedBy_interface.go deleted file mode 100644 index c16581397..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependedBy_interface.go +++ /dev/null @@ -1,156 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// ForgeFedDependedByPropertyIterator represents a single value for the -// "dependedBy" property. -type ForgeFedDependedByPropertyIterator interface { - // Get returns the value of this property. When IsForgeFedTicket returns - // false, Get will return any arbitrary value. - Get() ForgeFedTicket - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return any arbitrary value. - GetIRI() *url.URL - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if the value or IRI is set. - HasAny() bool - // IsForgeFedTicket returns true if this property is set and not an IRI. - IsForgeFedTicket() bool - // IsIRI returns true if this property is an IRI. - IsIRI() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedDependedByPropertyIterator) bool - // Name returns the name of this property: "ForgeFedDependedBy". - Name() string - // Next returns the next iterator, or nil if there is no next iterator. - Next() ForgeFedDependedByPropertyIterator - // Prev returns the previous iterator, or nil if there is no previous - // iterator. - Prev() ForgeFedDependedByPropertyIterator - // Set sets the value of this property. Calling IsForgeFedTicket - // afterwards will return true. - Set(v ForgeFedTicket) - // SetIRI sets the value of this property. Calling IsIRI afterwards will - // return true. - SetIRI(v *url.URL) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} - -// Identifies one or more tickets which depend on this Ticket, i.e. they can’t -// be resolved without this tickets being resolved too. -type ForgeFedDependedByProperty interface { - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "dependedBy". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendIRI appends an IRI value to the back of a list of the property - // "dependedBy" - AppendIRI(v *url.URL) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "dependedBy". Invalidates iterators that are - // traversing using Prev. Returns an error if the type is not a valid - // one to set for this property. - AppendType(t Type) error - // At returns the property value for the specified index. Panics if the - // index is out of bounds. - At(index int) ForgeFedDependedByPropertyIterator - // Begin returns the first iterator, or nil if empty. Can be used with the - // iterator's Next method and this property's End method to iterate - // from front to back through all values. - Begin() ForgeFedDependedByPropertyIterator - // Empty returns returns true if there are no elements. - Empty() bool - // End returns beyond-the-last iterator, which is nil. Can be used with - // the iterator's Next method and this property's Begin method to - // iterate from front to back through all values. - End() ForgeFedDependedByPropertyIterator - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "dependedBy". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // Insert inserts an IRI value at the specified index for a property - // "dependedBy". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertIRI(idx int, v *url.URL) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "dependedBy". Invalidates all iterators. Returns an - // error if the type is not a valid one to set for this property. - InsertType(idx int, t Type) error - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API method specifically needed only for alternate - // implementations for go-fed. Applications should not use this - // method. Panics if the index is out of bounds. - KindIndex(idx int) int - // Len returns the number of values that exist for the "dependedBy" - // property. - Len() (length int) - // Less computes whether another property is less than this one. Mixing - // types results in a consistent but arbitrary ordering - Less(i, j int) bool - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedDependedByProperty) bool - // Name returns the name of this property ("dependedBy") with any alias. - Name() string - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "dependedBy". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependIRI prepends an IRI value to the front of a list of the property - // "dependedBy". - PrependIRI(v *url.URL) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "dependedBy". Invalidates all iterators. Returns an - // error if the type is not a valid one to set for this property. - PrependType(t Type) error - // Remove deletes an element at the specified index from a list of the - // property "dependedBy", regardless of its type. Panics if the index - // is out of bounds. Invalidates all iterators. - Remove(idx int) - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // Set sets a Ticket value to be at the specified index for the property - // "dependedBy". Panics if the index is out of bounds. Invalidates all - // iterators. - Set(idx int, v ForgeFedTicket) - // SetIRI sets an IRI value to be at the specified index for the property - // "dependedBy". Panics if the index is out of bounds. - SetIRI(idx int, v *url.URL) - // SetType sets an arbitrary type value to the specified index of the - // property "dependedBy". Invalidates all iterators. Returns an error - // if the type is not a valid one to set for this property. Panics if - // the index is out of bounds. - SetType(idx int, t Type) error - // Swap swaps the location of values at two indices for the "dependedBy" - // property. - Swap(i, j int) -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependencies_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependencies_interface.go deleted file mode 100644 index e7ef8d85e..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependencies_interface.go +++ /dev/null @@ -1,82 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// Identifies a Collection of TicketDependency which specify tickets that this -// Ticket depends on, i.e. this ticket is the subject of the dependsOn -// relationship. -type ForgeFedDependenciesProperty interface { - // Clear ensures no value of this property is set. Calling HasAny or any - // of the 'Is' methods afterwards will return false. - Clear() - // GetActivityStreamsOrderedCollection returns the value of this property. - // When IsActivityStreamsOrderedCollection returns false, - // GetActivityStreamsOrderedCollection will return an arbitrary value. - GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection - // GetActivityStreamsOrderedCollectionPage returns the value of this - // property. When IsActivityStreamsOrderedCollectionPage returns - // false, GetActivityStreamsOrderedCollectionPage will return an - // arbitrary value. - GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return an arbitrary value. - GetIRI() *url.URL - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if any of the different values is set. - HasAny() bool - // IsActivityStreamsOrderedCollection returns true if this property has a - // type of "OrderedCollection". When true, use the - // GetActivityStreamsOrderedCollection and - // SetActivityStreamsOrderedCollection methods to access and set this - // property. - IsActivityStreamsOrderedCollection() bool - // IsActivityStreamsOrderedCollectionPage returns true if this property - // has a type of "OrderedCollectionPage". When true, use the - // GetActivityStreamsOrderedCollectionPage and - // SetActivityStreamsOrderedCollectionPage methods to access and set - // this property. - IsActivityStreamsOrderedCollectionPage() bool - // IsIRI returns true if this property is an IRI. When true, use GetIRI - // and SetIRI to access and set this property - IsIRI() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedDependenciesProperty) bool - // Name returns the name of this property: "dependencies". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // SetActivityStreamsOrderedCollection sets the value of this property. - // Calling IsActivityStreamsOrderedCollection afterwards returns true. - SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // SetActivityStreamsOrderedCollectionPage sets the value of this - // property. Calling IsActivityStreamsOrderedCollectionPage afterwards - // returns true. - SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // SetIRI sets the value of this property. Calling IsIRI afterwards - // returns true. - SetIRI(v *url.URL) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependsOn_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependsOn_interface.go deleted file mode 100644 index fcee3af60..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_dependsOn_interface.go +++ /dev/null @@ -1,156 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// ForgeFedDependsOnPropertyIterator represents a single value for the "dependsOn" -// property. -type ForgeFedDependsOnPropertyIterator interface { - // Get returns the value of this property. When IsForgeFedTicket returns - // false, Get will return any arbitrary value. - Get() ForgeFedTicket - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return any arbitrary value. - GetIRI() *url.URL - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if the value or IRI is set. - HasAny() bool - // IsForgeFedTicket returns true if this property is set and not an IRI. - IsForgeFedTicket() bool - // IsIRI returns true if this property is an IRI. - IsIRI() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedDependsOnPropertyIterator) bool - // Name returns the name of this property: "ForgeFedDependsOn". - Name() string - // Next returns the next iterator, or nil if there is no next iterator. - Next() ForgeFedDependsOnPropertyIterator - // Prev returns the previous iterator, or nil if there is no previous - // iterator. - Prev() ForgeFedDependsOnPropertyIterator - // Set sets the value of this property. Calling IsForgeFedTicket - // afterwards will return true. - Set(v ForgeFedTicket) - // SetIRI sets the value of this property. Calling IsIRI afterwards will - // return true. - SetIRI(v *url.URL) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} - -// Identifies one or more tickets on which this Ticket depends, i.e. it can’t be -// resolved without those tickets being resolved too. -type ForgeFedDependsOnProperty interface { - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "dependsOn". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendIRI appends an IRI value to the back of a list of the property - // "dependsOn" - AppendIRI(v *url.URL) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "dependsOn". Invalidates iterators that are traversing - // using Prev. Returns an error if the type is not a valid one to set - // for this property. - AppendType(t Type) error - // At returns the property value for the specified index. Panics if the - // index is out of bounds. - At(index int) ForgeFedDependsOnPropertyIterator - // Begin returns the first iterator, or nil if empty. Can be used with the - // iterator's Next method and this property's End method to iterate - // from front to back through all values. - Begin() ForgeFedDependsOnPropertyIterator - // Empty returns returns true if there are no elements. - Empty() bool - // End returns beyond-the-last iterator, which is nil. Can be used with - // the iterator's Next method and this property's Begin method to - // iterate from front to back through all values. - End() ForgeFedDependsOnPropertyIterator - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "dependsOn". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // Insert inserts an IRI value at the specified index for a property - // "dependsOn". Existing elements at that index and higher are shifted - // back once. Invalidates all iterators. - InsertIRI(idx int, v *url.URL) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "dependsOn". Invalidates all iterators. Returns an - // error if the type is not a valid one to set for this property. - InsertType(idx int, t Type) error - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API method specifically needed only for alternate - // implementations for go-fed. Applications should not use this - // method. Panics if the index is out of bounds. - KindIndex(idx int) int - // Len returns the number of values that exist for the "dependsOn" - // property. - Len() (length int) - // Less computes whether another property is less than this one. Mixing - // types results in a consistent but arbitrary ordering - Less(i, j int) bool - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedDependsOnProperty) bool - // Name returns the name of this property ("dependsOn") with any alias. - Name() string - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "dependsOn". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependIRI prepends an IRI value to the front of a list of the property - // "dependsOn". - PrependIRI(v *url.URL) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "dependsOn". Invalidates all iterators. Returns an - // error if the type is not a valid one to set for this property. - PrependType(t Type) error - // Remove deletes an element at the specified index from a list of the - // property "dependsOn", regardless of its type. Panics if the index - // is out of bounds. Invalidates all iterators. - Remove(idx int) - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // Set sets a Ticket value to be at the specified index for the property - // "dependsOn". Panics if the index is out of bounds. Invalidates all - // iterators. - Set(idx int, v ForgeFedTicket) - // SetIRI sets an IRI value to be at the specified index for the property - // "dependsOn". Panics if the index is out of bounds. - SetIRI(idx int, v *url.URL) - // SetType sets an arbitrary type value to the specified index of the - // property "dependsOn". Invalidates all iterators. Returns an error - // if the type is not a valid one to set for this property. Panics if - // the index is out of bounds. - SetType(idx int, t Type) error - // Swap swaps the location of values at two indices for the "dependsOn" - // property. - Swap(i, j int) -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_description_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_description_interface.go deleted file mode 100644 index 28905f64f..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_description_interface.go +++ /dev/null @@ -1,763 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// Specifies the description text of a Commit, which is an optional possibly -// multi-line text provided in addition to the one-line commit title. The -// range of the description property works the same way the range of the -// ActivityPub source property works. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://forgefed.peers.community/ns" -// ], -// "attributedTo": "https://example.org/bob", -// "context": "https://example.org/alice/myrepo", -// "created": "2019-07-11T12:34:56Z", -// "description": { -// "content": "It's about time people can install on their computers!", -// "mediaType": "text/plain" -// }, -// "hash": "109ec9a09c7df7fec775d2ba0b9d466e5643ec8c", -// "id": "https://example.org/alice/myrepo/commits/109ec9a09c7df7fec775d2ba0b9d466e5643ec8c", -// "summary": "Add an installation script, fixes issue #89", -// "type": "Commit" -// } -type ForgeFedDescriptionProperty interface { - // Clear ensures no value of this property is set. Calling HasAny or any - // of the 'Is' methods afterwards will return false. - Clear() - // GetActivityStreamsAccept returns the value of this property. When - // IsActivityStreamsAccept returns false, GetActivityStreamsAccept - // will return an arbitrary value. - GetActivityStreamsAccept() ActivityStreamsAccept - // GetActivityStreamsActivity returns the value of this property. When - // IsActivityStreamsActivity returns false, GetActivityStreamsActivity - // will return an arbitrary value. - GetActivityStreamsActivity() ActivityStreamsActivity - // GetActivityStreamsAdd returns the value of this property. When - // IsActivityStreamsAdd returns false, GetActivityStreamsAdd will - // return an arbitrary value. - GetActivityStreamsAdd() ActivityStreamsAdd - // GetActivityStreamsAnnounce returns the value of this property. When - // IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce - // will return an arbitrary value. - GetActivityStreamsAnnounce() ActivityStreamsAnnounce - // GetActivityStreamsApplication returns the value of this property. When - // IsActivityStreamsApplication returns false, - // GetActivityStreamsApplication will return an arbitrary value. - GetActivityStreamsApplication() ActivityStreamsApplication - // GetActivityStreamsArrive returns the value of this property. When - // IsActivityStreamsArrive returns false, GetActivityStreamsArrive - // will return an arbitrary value. - GetActivityStreamsArrive() ActivityStreamsArrive - // GetActivityStreamsArticle returns the value of this property. When - // IsActivityStreamsArticle returns false, GetActivityStreamsArticle - // will return an arbitrary value. - GetActivityStreamsArticle() ActivityStreamsArticle - // GetActivityStreamsAudio returns the value of this property. When - // IsActivityStreamsAudio returns false, GetActivityStreamsAudio will - // return an arbitrary value. - GetActivityStreamsAudio() ActivityStreamsAudio - // GetActivityStreamsBlock returns the value of this property. When - // IsActivityStreamsBlock returns false, GetActivityStreamsBlock will - // return an arbitrary value. - GetActivityStreamsBlock() ActivityStreamsBlock - // GetActivityStreamsCollection returns the value of this property. When - // IsActivityStreamsCollection returns false, - // GetActivityStreamsCollection will return an arbitrary value. - GetActivityStreamsCollection() ActivityStreamsCollection - // GetActivityStreamsCollectionPage returns the value of this property. - // When IsActivityStreamsCollectionPage returns false, - // GetActivityStreamsCollectionPage will return an arbitrary value. - GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage - // GetActivityStreamsCreate returns the value of this property. When - // IsActivityStreamsCreate returns false, GetActivityStreamsCreate - // will return an arbitrary value. - GetActivityStreamsCreate() ActivityStreamsCreate - // GetActivityStreamsDelete returns the value of this property. When - // IsActivityStreamsDelete returns false, GetActivityStreamsDelete - // will return an arbitrary value. - GetActivityStreamsDelete() ActivityStreamsDelete - // GetActivityStreamsDislike returns the value of this property. When - // IsActivityStreamsDislike returns false, GetActivityStreamsDislike - // will return an arbitrary value. - GetActivityStreamsDislike() ActivityStreamsDislike - // GetActivityStreamsDocument returns the value of this property. When - // IsActivityStreamsDocument returns false, GetActivityStreamsDocument - // will return an arbitrary value. - GetActivityStreamsDocument() ActivityStreamsDocument - // GetActivityStreamsEvent returns the value of this property. When - // IsActivityStreamsEvent returns false, GetActivityStreamsEvent will - // return an arbitrary value. - GetActivityStreamsEvent() ActivityStreamsEvent - // GetActivityStreamsFlag returns the value of this property. When - // IsActivityStreamsFlag returns false, GetActivityStreamsFlag will - // return an arbitrary value. - GetActivityStreamsFlag() ActivityStreamsFlag - // GetActivityStreamsFollow returns the value of this property. When - // IsActivityStreamsFollow returns false, GetActivityStreamsFollow - // will return an arbitrary value. - GetActivityStreamsFollow() ActivityStreamsFollow - // GetActivityStreamsGroup returns the value of this property. When - // IsActivityStreamsGroup returns false, GetActivityStreamsGroup will - // return an arbitrary value. - GetActivityStreamsGroup() ActivityStreamsGroup - // GetActivityStreamsIgnore returns the value of this property. When - // IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore - // will return an arbitrary value. - GetActivityStreamsIgnore() ActivityStreamsIgnore - // GetActivityStreamsImage returns the value of this property. When - // IsActivityStreamsImage returns false, GetActivityStreamsImage will - // return an arbitrary value. - GetActivityStreamsImage() ActivityStreamsImage - // GetActivityStreamsIntransitiveActivity returns the value of this - // property. When IsActivityStreamsIntransitiveActivity returns false, - // GetActivityStreamsIntransitiveActivity will return an arbitrary - // value. - GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity - // GetActivityStreamsInvite returns the value of this property. When - // IsActivityStreamsInvite returns false, GetActivityStreamsInvite - // will return an arbitrary value. - GetActivityStreamsInvite() ActivityStreamsInvite - // GetActivityStreamsJoin returns the value of this property. When - // IsActivityStreamsJoin returns false, GetActivityStreamsJoin will - // return an arbitrary value. - GetActivityStreamsJoin() ActivityStreamsJoin - // GetActivityStreamsLeave returns the value of this property. When - // IsActivityStreamsLeave returns false, GetActivityStreamsLeave will - // return an arbitrary value. - GetActivityStreamsLeave() ActivityStreamsLeave - // GetActivityStreamsLike returns the value of this property. When - // IsActivityStreamsLike returns false, GetActivityStreamsLike will - // return an arbitrary value. - GetActivityStreamsLike() ActivityStreamsLike - // GetActivityStreamsListen returns the value of this property. When - // IsActivityStreamsListen returns false, GetActivityStreamsListen - // will return an arbitrary value. - GetActivityStreamsListen() ActivityStreamsListen - // GetActivityStreamsMove returns the value of this property. When - // IsActivityStreamsMove returns false, GetActivityStreamsMove will - // return an arbitrary value. - GetActivityStreamsMove() ActivityStreamsMove - // GetActivityStreamsNote returns the value of this property. When - // IsActivityStreamsNote returns false, GetActivityStreamsNote will - // return an arbitrary value. - GetActivityStreamsNote() ActivityStreamsNote - // GetActivityStreamsObject returns the value of this property. When - // IsActivityStreamsObject returns false, GetActivityStreamsObject - // will return an arbitrary value. - GetActivityStreamsObject() ActivityStreamsObject - // GetActivityStreamsOffer returns the value of this property. When - // IsActivityStreamsOffer returns false, GetActivityStreamsOffer will - // return an arbitrary value. - GetActivityStreamsOffer() ActivityStreamsOffer - // GetActivityStreamsOrderedCollection returns the value of this property. - // When IsActivityStreamsOrderedCollection returns false, - // GetActivityStreamsOrderedCollection will return an arbitrary value. - GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection - // GetActivityStreamsOrderedCollectionPage returns the value of this - // property. When IsActivityStreamsOrderedCollectionPage returns - // false, GetActivityStreamsOrderedCollectionPage will return an - // arbitrary value. - GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage - // GetActivityStreamsOrganization returns the value of this property. When - // IsActivityStreamsOrganization returns false, - // GetActivityStreamsOrganization will return an arbitrary value. - GetActivityStreamsOrganization() ActivityStreamsOrganization - // GetActivityStreamsPage returns the value of this property. When - // IsActivityStreamsPage returns false, GetActivityStreamsPage will - // return an arbitrary value. - GetActivityStreamsPage() ActivityStreamsPage - // GetActivityStreamsPerson returns the value of this property. When - // IsActivityStreamsPerson returns false, GetActivityStreamsPerson - // will return an arbitrary value. - GetActivityStreamsPerson() ActivityStreamsPerson - // GetActivityStreamsPlace returns the value of this property. When - // IsActivityStreamsPlace returns false, GetActivityStreamsPlace will - // return an arbitrary value. - GetActivityStreamsPlace() ActivityStreamsPlace - // GetActivityStreamsProfile returns the value of this property. When - // IsActivityStreamsProfile returns false, GetActivityStreamsProfile - // will return an arbitrary value. - GetActivityStreamsProfile() ActivityStreamsProfile - // GetActivityStreamsQuestion returns the value of this property. When - // IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion - // will return an arbitrary value. - GetActivityStreamsQuestion() ActivityStreamsQuestion - // GetActivityStreamsRead returns the value of this property. When - // IsActivityStreamsRead returns false, GetActivityStreamsRead will - // return an arbitrary value. - GetActivityStreamsRead() ActivityStreamsRead - // GetActivityStreamsReject returns the value of this property. When - // IsActivityStreamsReject returns false, GetActivityStreamsReject - // will return an arbitrary value. - GetActivityStreamsReject() ActivityStreamsReject - // GetActivityStreamsRelationship returns the value of this property. When - // IsActivityStreamsRelationship returns false, - // GetActivityStreamsRelationship will return an arbitrary value. - GetActivityStreamsRelationship() ActivityStreamsRelationship - // GetActivityStreamsRemove returns the value of this property. When - // IsActivityStreamsRemove returns false, GetActivityStreamsRemove - // will return an arbitrary value. - GetActivityStreamsRemove() ActivityStreamsRemove - // GetActivityStreamsService returns the value of this property. When - // IsActivityStreamsService returns false, GetActivityStreamsService - // will return an arbitrary value. - GetActivityStreamsService() ActivityStreamsService - // GetActivityStreamsTentativeAccept returns the value of this property. - // When IsActivityStreamsTentativeAccept returns false, - // GetActivityStreamsTentativeAccept will return an arbitrary value. - GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept - // GetActivityStreamsTentativeReject returns the value of this property. - // When IsActivityStreamsTentativeReject returns false, - // GetActivityStreamsTentativeReject will return an arbitrary value. - GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject - // GetActivityStreamsTombstone returns the value of this property. When - // IsActivityStreamsTombstone returns false, - // GetActivityStreamsTombstone will return an arbitrary value. - GetActivityStreamsTombstone() ActivityStreamsTombstone - // GetActivityStreamsTravel returns the value of this property. When - // IsActivityStreamsTravel returns false, GetActivityStreamsTravel - // will return an arbitrary value. - GetActivityStreamsTravel() ActivityStreamsTravel - // GetActivityStreamsUndo returns the value of this property. When - // IsActivityStreamsUndo returns false, GetActivityStreamsUndo will - // return an arbitrary value. - GetActivityStreamsUndo() ActivityStreamsUndo - // GetActivityStreamsUpdate returns the value of this property. When - // IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate - // will return an arbitrary value. - GetActivityStreamsUpdate() ActivityStreamsUpdate - // GetActivityStreamsVideo returns the value of this property. When - // IsActivityStreamsVideo returns false, GetActivityStreamsVideo will - // return an arbitrary value. - GetActivityStreamsVideo() ActivityStreamsVideo - // GetActivityStreamsView returns the value of this property. When - // IsActivityStreamsView returns false, GetActivityStreamsView will - // return an arbitrary value. - GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return an arbitrary value. - GetIRI() *url.URL - // GetSchemaPropertyValue returns the value of this property. When - // IsSchemaPropertyValue returns false, GetSchemaPropertyValue will - // return an arbitrary value. - GetSchemaPropertyValue() SchemaPropertyValue - // GetTootEmoji returns the value of this property. When IsTootEmoji - // returns false, GetTootEmoji will return an arbitrary value. - GetTootEmoji() TootEmoji - // GetTootIdentityProof returns the value of this property. When - // IsTootIdentityProof returns false, GetTootIdentityProof will return - // an arbitrary value. - GetTootIdentityProof() TootIdentityProof - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if any of the different values is set. - HasAny() bool - // IsActivityStreamsAccept returns true if this property has a type of - // "Accept". When true, use the GetActivityStreamsAccept and - // SetActivityStreamsAccept methods to access and set this property. - IsActivityStreamsAccept() bool - // IsActivityStreamsActivity returns true if this property has a type of - // "Activity". When true, use the GetActivityStreamsActivity and - // SetActivityStreamsActivity methods to access and set this property. - IsActivityStreamsActivity() bool - // IsActivityStreamsAdd returns true if this property has a type of "Add". - // When true, use the GetActivityStreamsAdd and SetActivityStreamsAdd - // methods to access and set this property. - IsActivityStreamsAdd() bool - // IsActivityStreamsAnnounce returns true if this property has a type of - // "Announce". When true, use the GetActivityStreamsAnnounce and - // SetActivityStreamsAnnounce methods to access and set this property. - IsActivityStreamsAnnounce() bool - // IsActivityStreamsApplication returns true if this property has a type - // of "Application". When true, use the GetActivityStreamsApplication - // and SetActivityStreamsApplication methods to access and set this - // property. - IsActivityStreamsApplication() bool - // IsActivityStreamsArrive returns true if this property has a type of - // "Arrive". When true, use the GetActivityStreamsArrive and - // SetActivityStreamsArrive methods to access and set this property. - IsActivityStreamsArrive() bool - // IsActivityStreamsArticle returns true if this property has a type of - // "Article". When true, use the GetActivityStreamsArticle and - // SetActivityStreamsArticle methods to access and set this property. - IsActivityStreamsArticle() bool - // IsActivityStreamsAudio returns true if this property has a type of - // "Audio". When true, use the GetActivityStreamsAudio and - // SetActivityStreamsAudio methods to access and set this property. - IsActivityStreamsAudio() bool - // IsActivityStreamsBlock returns true if this property has a type of - // "Block". When true, use the GetActivityStreamsBlock and - // SetActivityStreamsBlock methods to access and set this property. - IsActivityStreamsBlock() bool - // IsActivityStreamsCollection returns true if this property has a type of - // "Collection". When true, use the GetActivityStreamsCollection and - // SetActivityStreamsCollection methods to access and set this - // property. - IsActivityStreamsCollection() bool - // IsActivityStreamsCollectionPage returns true if this property has a - // type of "CollectionPage". When true, use the - // GetActivityStreamsCollectionPage and - // SetActivityStreamsCollectionPage methods to access and set this - // property. - IsActivityStreamsCollectionPage() bool - // IsActivityStreamsCreate returns true if this property has a type of - // "Create". When true, use the GetActivityStreamsCreate and - // SetActivityStreamsCreate methods to access and set this property. - IsActivityStreamsCreate() bool - // IsActivityStreamsDelete returns true if this property has a type of - // "Delete". When true, use the GetActivityStreamsDelete and - // SetActivityStreamsDelete methods to access and set this property. - IsActivityStreamsDelete() bool - // IsActivityStreamsDislike returns true if this property has a type of - // "Dislike". When true, use the GetActivityStreamsDislike and - // SetActivityStreamsDislike methods to access and set this property. - IsActivityStreamsDislike() bool - // IsActivityStreamsDocument returns true if this property has a type of - // "Document". When true, use the GetActivityStreamsDocument and - // SetActivityStreamsDocument methods to access and set this property. - IsActivityStreamsDocument() bool - // IsActivityStreamsEvent returns true if this property has a type of - // "Event". When true, use the GetActivityStreamsEvent and - // SetActivityStreamsEvent methods to access and set this property. - IsActivityStreamsEvent() bool - // IsActivityStreamsFlag returns true if this property has a type of - // "Flag". When true, use the GetActivityStreamsFlag and - // SetActivityStreamsFlag methods to access and set this property. - IsActivityStreamsFlag() bool - // IsActivityStreamsFollow returns true if this property has a type of - // "Follow". When true, use the GetActivityStreamsFollow and - // SetActivityStreamsFollow methods to access and set this property. - IsActivityStreamsFollow() bool - // IsActivityStreamsGroup returns true if this property has a type of - // "Group". When true, use the GetActivityStreamsGroup and - // SetActivityStreamsGroup methods to access and set this property. - IsActivityStreamsGroup() bool - // IsActivityStreamsIgnore returns true if this property has a type of - // "Ignore". When true, use the GetActivityStreamsIgnore and - // SetActivityStreamsIgnore methods to access and set this property. - IsActivityStreamsIgnore() bool - // IsActivityStreamsImage returns true if this property has a type of - // "Image". When true, use the GetActivityStreamsImage and - // SetActivityStreamsImage methods to access and set this property. - IsActivityStreamsImage() bool - // IsActivityStreamsIntransitiveActivity returns true if this property has - // a type of "IntransitiveActivity". When true, use the - // GetActivityStreamsIntransitiveActivity and - // SetActivityStreamsIntransitiveActivity methods to access and set - // this property. - IsActivityStreamsIntransitiveActivity() bool - // IsActivityStreamsInvite returns true if this property has a type of - // "Invite". When true, use the GetActivityStreamsInvite and - // SetActivityStreamsInvite methods to access and set this property. - IsActivityStreamsInvite() bool - // IsActivityStreamsJoin returns true if this property has a type of - // "Join". When true, use the GetActivityStreamsJoin and - // SetActivityStreamsJoin methods to access and set this property. - IsActivityStreamsJoin() bool - // IsActivityStreamsLeave returns true if this property has a type of - // "Leave". When true, use the GetActivityStreamsLeave and - // SetActivityStreamsLeave methods to access and set this property. - IsActivityStreamsLeave() bool - // IsActivityStreamsLike returns true if this property has a type of - // "Like". When true, use the GetActivityStreamsLike and - // SetActivityStreamsLike methods to access and set this property. - IsActivityStreamsLike() bool - // IsActivityStreamsListen returns true if this property has a type of - // "Listen". When true, use the GetActivityStreamsListen and - // SetActivityStreamsListen methods to access and set this property. - IsActivityStreamsListen() bool - // IsActivityStreamsMove returns true if this property has a type of - // "Move". When true, use the GetActivityStreamsMove and - // SetActivityStreamsMove methods to access and set this property. - IsActivityStreamsMove() bool - // IsActivityStreamsNote returns true if this property has a type of - // "Note". When true, use the GetActivityStreamsNote and - // SetActivityStreamsNote methods to access and set this property. - IsActivityStreamsNote() bool - // IsActivityStreamsObject returns true if this property has a type of - // "Object". When true, use the GetActivityStreamsObject and - // SetActivityStreamsObject methods to access and set this property. - IsActivityStreamsObject() bool - // IsActivityStreamsOffer returns true if this property has a type of - // "Offer". When true, use the GetActivityStreamsOffer and - // SetActivityStreamsOffer methods to access and set this property. - IsActivityStreamsOffer() bool - // IsActivityStreamsOrderedCollection returns true if this property has a - // type of "OrderedCollection". When true, use the - // GetActivityStreamsOrderedCollection and - // SetActivityStreamsOrderedCollection methods to access and set this - // property. - IsActivityStreamsOrderedCollection() bool - // IsActivityStreamsOrderedCollectionPage returns true if this property - // has a type of "OrderedCollectionPage". When true, use the - // GetActivityStreamsOrderedCollectionPage and - // SetActivityStreamsOrderedCollectionPage methods to access and set - // this property. - IsActivityStreamsOrderedCollectionPage() bool - // IsActivityStreamsOrganization returns true if this property has a type - // of "Organization". When true, use the - // GetActivityStreamsOrganization and SetActivityStreamsOrganization - // methods to access and set this property. - IsActivityStreamsOrganization() bool - // IsActivityStreamsPage returns true if this property has a type of - // "Page". When true, use the GetActivityStreamsPage and - // SetActivityStreamsPage methods to access and set this property. - IsActivityStreamsPage() bool - // IsActivityStreamsPerson returns true if this property has a type of - // "Person". When true, use the GetActivityStreamsPerson and - // SetActivityStreamsPerson methods to access and set this property. - IsActivityStreamsPerson() bool - // IsActivityStreamsPlace returns true if this property has a type of - // "Place". When true, use the GetActivityStreamsPlace and - // SetActivityStreamsPlace methods to access and set this property. - IsActivityStreamsPlace() bool - // IsActivityStreamsProfile returns true if this property has a type of - // "Profile". When true, use the GetActivityStreamsProfile and - // SetActivityStreamsProfile methods to access and set this property. - IsActivityStreamsProfile() bool - // IsActivityStreamsQuestion returns true if this property has a type of - // "Question". When true, use the GetActivityStreamsQuestion and - // SetActivityStreamsQuestion methods to access and set this property. - IsActivityStreamsQuestion() bool - // IsActivityStreamsRead returns true if this property has a type of - // "Read". When true, use the GetActivityStreamsRead and - // SetActivityStreamsRead methods to access and set this property. - IsActivityStreamsRead() bool - // IsActivityStreamsReject returns true if this property has a type of - // "Reject". When true, use the GetActivityStreamsReject and - // SetActivityStreamsReject methods to access and set this property. - IsActivityStreamsReject() bool - // IsActivityStreamsRelationship returns true if this property has a type - // of "Relationship". When true, use the - // GetActivityStreamsRelationship and SetActivityStreamsRelationship - // methods to access and set this property. - IsActivityStreamsRelationship() bool - // IsActivityStreamsRemove returns true if this property has a type of - // "Remove". When true, use the GetActivityStreamsRemove and - // SetActivityStreamsRemove methods to access and set this property. - IsActivityStreamsRemove() bool - // IsActivityStreamsService returns true if this property has a type of - // "Service". When true, use the GetActivityStreamsService and - // SetActivityStreamsService methods to access and set this property. - IsActivityStreamsService() bool - // IsActivityStreamsTentativeAccept returns true if this property has a - // type of "TentativeAccept". When true, use the - // GetActivityStreamsTentativeAccept and - // SetActivityStreamsTentativeAccept methods to access and set this - // property. - IsActivityStreamsTentativeAccept() bool - // IsActivityStreamsTentativeReject returns true if this property has a - // type of "TentativeReject". When true, use the - // GetActivityStreamsTentativeReject and - // SetActivityStreamsTentativeReject methods to access and set this - // property. - IsActivityStreamsTentativeReject() bool - // IsActivityStreamsTombstone returns true if this property has a type of - // "Tombstone". When true, use the GetActivityStreamsTombstone and - // SetActivityStreamsTombstone methods to access and set this property. - IsActivityStreamsTombstone() bool - // IsActivityStreamsTravel returns true if this property has a type of - // "Travel". When true, use the GetActivityStreamsTravel and - // SetActivityStreamsTravel methods to access and set this property. - IsActivityStreamsTravel() bool - // IsActivityStreamsUndo returns true if this property has a type of - // "Undo". When true, use the GetActivityStreamsUndo and - // SetActivityStreamsUndo methods to access and set this property. - IsActivityStreamsUndo() bool - // IsActivityStreamsUpdate returns true if this property has a type of - // "Update". When true, use the GetActivityStreamsUpdate and - // SetActivityStreamsUpdate methods to access and set this property. - IsActivityStreamsUpdate() bool - // IsActivityStreamsVideo returns true if this property has a type of - // "Video". When true, use the GetActivityStreamsVideo and - // SetActivityStreamsVideo methods to access and set this property. - IsActivityStreamsVideo() bool - // IsActivityStreamsView returns true if this property has a type of - // "View". When true, use the GetActivityStreamsView and - // SetActivityStreamsView methods to access and set this property. - IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool - // IsIRI returns true if this property is an IRI. When true, use GetIRI - // and SetIRI to access and set this property - IsIRI() bool - // IsSchemaPropertyValue returns true if this property has a type of - // "PropertyValue". When true, use the GetSchemaPropertyValue and - // SetSchemaPropertyValue methods to access and set this property. - IsSchemaPropertyValue() bool - // IsTootEmoji returns true if this property has a type of "Emoji". When - // true, use the GetTootEmoji and SetTootEmoji methods to access and - // set this property. - IsTootEmoji() bool - // IsTootIdentityProof returns true if this property has a type of - // "IdentityProof". When true, use the GetTootIdentityProof and - // SetTootIdentityProof methods to access and set this property. - IsTootIdentityProof() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedDescriptionProperty) bool - // Name returns the name of this property: "description". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // SetActivityStreamsAccept sets the value of this property. Calling - // IsActivityStreamsAccept afterwards returns true. - SetActivityStreamsAccept(v ActivityStreamsAccept) - // SetActivityStreamsActivity sets the value of this property. Calling - // IsActivityStreamsActivity afterwards returns true. - SetActivityStreamsActivity(v ActivityStreamsActivity) - // SetActivityStreamsAdd sets the value of this property. Calling - // IsActivityStreamsAdd afterwards returns true. - SetActivityStreamsAdd(v ActivityStreamsAdd) - // SetActivityStreamsAnnounce sets the value of this property. Calling - // IsActivityStreamsAnnounce afterwards returns true. - SetActivityStreamsAnnounce(v ActivityStreamsAnnounce) - // SetActivityStreamsApplication sets the value of this property. Calling - // IsActivityStreamsApplication afterwards returns true. - SetActivityStreamsApplication(v ActivityStreamsApplication) - // SetActivityStreamsArrive sets the value of this property. Calling - // IsActivityStreamsArrive afterwards returns true. - SetActivityStreamsArrive(v ActivityStreamsArrive) - // SetActivityStreamsArticle sets the value of this property. Calling - // IsActivityStreamsArticle afterwards returns true. - SetActivityStreamsArticle(v ActivityStreamsArticle) - // SetActivityStreamsAudio sets the value of this property. Calling - // IsActivityStreamsAudio afterwards returns true. - SetActivityStreamsAudio(v ActivityStreamsAudio) - // SetActivityStreamsBlock sets the value of this property. Calling - // IsActivityStreamsBlock afterwards returns true. - SetActivityStreamsBlock(v ActivityStreamsBlock) - // SetActivityStreamsCollection sets the value of this property. Calling - // IsActivityStreamsCollection afterwards returns true. - SetActivityStreamsCollection(v ActivityStreamsCollection) - // SetActivityStreamsCollectionPage sets the value of this property. - // Calling IsActivityStreamsCollectionPage afterwards returns true. - SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage) - // SetActivityStreamsCreate sets the value of this property. Calling - // IsActivityStreamsCreate afterwards returns true. - SetActivityStreamsCreate(v ActivityStreamsCreate) - // SetActivityStreamsDelete sets the value of this property. Calling - // IsActivityStreamsDelete afterwards returns true. - SetActivityStreamsDelete(v ActivityStreamsDelete) - // SetActivityStreamsDislike sets the value of this property. Calling - // IsActivityStreamsDislike afterwards returns true. - SetActivityStreamsDislike(v ActivityStreamsDislike) - // SetActivityStreamsDocument sets the value of this property. Calling - // IsActivityStreamsDocument afterwards returns true. - SetActivityStreamsDocument(v ActivityStreamsDocument) - // SetActivityStreamsEvent sets the value of this property. Calling - // IsActivityStreamsEvent afterwards returns true. - SetActivityStreamsEvent(v ActivityStreamsEvent) - // SetActivityStreamsFlag sets the value of this property. Calling - // IsActivityStreamsFlag afterwards returns true. - SetActivityStreamsFlag(v ActivityStreamsFlag) - // SetActivityStreamsFollow sets the value of this property. Calling - // IsActivityStreamsFollow afterwards returns true. - SetActivityStreamsFollow(v ActivityStreamsFollow) - // SetActivityStreamsGroup sets the value of this property. Calling - // IsActivityStreamsGroup afterwards returns true. - SetActivityStreamsGroup(v ActivityStreamsGroup) - // SetActivityStreamsIgnore sets the value of this property. Calling - // IsActivityStreamsIgnore afterwards returns true. - SetActivityStreamsIgnore(v ActivityStreamsIgnore) - // SetActivityStreamsImage sets the value of this property. Calling - // IsActivityStreamsImage afterwards returns true. - SetActivityStreamsImage(v ActivityStreamsImage) - // SetActivityStreamsIntransitiveActivity sets the value of this property. - // Calling IsActivityStreamsIntransitiveActivity afterwards returns - // true. - SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity) - // SetActivityStreamsInvite sets the value of this property. Calling - // IsActivityStreamsInvite afterwards returns true. - SetActivityStreamsInvite(v ActivityStreamsInvite) - // SetActivityStreamsJoin sets the value of this property. Calling - // IsActivityStreamsJoin afterwards returns true. - SetActivityStreamsJoin(v ActivityStreamsJoin) - // SetActivityStreamsLeave sets the value of this property. Calling - // IsActivityStreamsLeave afterwards returns true. - SetActivityStreamsLeave(v ActivityStreamsLeave) - // SetActivityStreamsLike sets the value of this property. Calling - // IsActivityStreamsLike afterwards returns true. - SetActivityStreamsLike(v ActivityStreamsLike) - // SetActivityStreamsListen sets the value of this property. Calling - // IsActivityStreamsListen afterwards returns true. - SetActivityStreamsListen(v ActivityStreamsListen) - // SetActivityStreamsMove sets the value of this property. Calling - // IsActivityStreamsMove afterwards returns true. - SetActivityStreamsMove(v ActivityStreamsMove) - // SetActivityStreamsNote sets the value of this property. Calling - // IsActivityStreamsNote afterwards returns true. - SetActivityStreamsNote(v ActivityStreamsNote) - // SetActivityStreamsObject sets the value of this property. Calling - // IsActivityStreamsObject afterwards returns true. - SetActivityStreamsObject(v ActivityStreamsObject) - // SetActivityStreamsOffer sets the value of this property. Calling - // IsActivityStreamsOffer afterwards returns true. - SetActivityStreamsOffer(v ActivityStreamsOffer) - // SetActivityStreamsOrderedCollection sets the value of this property. - // Calling IsActivityStreamsOrderedCollection afterwards returns true. - SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // SetActivityStreamsOrderedCollectionPage sets the value of this - // property. Calling IsActivityStreamsOrderedCollectionPage afterwards - // returns true. - SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // SetActivityStreamsOrganization sets the value of this property. Calling - // IsActivityStreamsOrganization afterwards returns true. - SetActivityStreamsOrganization(v ActivityStreamsOrganization) - // SetActivityStreamsPage sets the value of this property. Calling - // IsActivityStreamsPage afterwards returns true. - SetActivityStreamsPage(v ActivityStreamsPage) - // SetActivityStreamsPerson sets the value of this property. Calling - // IsActivityStreamsPerson afterwards returns true. - SetActivityStreamsPerson(v ActivityStreamsPerson) - // SetActivityStreamsPlace sets the value of this property. Calling - // IsActivityStreamsPlace afterwards returns true. - SetActivityStreamsPlace(v ActivityStreamsPlace) - // SetActivityStreamsProfile sets the value of this property. Calling - // IsActivityStreamsProfile afterwards returns true. - SetActivityStreamsProfile(v ActivityStreamsProfile) - // SetActivityStreamsQuestion sets the value of this property. Calling - // IsActivityStreamsQuestion afterwards returns true. - SetActivityStreamsQuestion(v ActivityStreamsQuestion) - // SetActivityStreamsRead sets the value of this property. Calling - // IsActivityStreamsRead afterwards returns true. - SetActivityStreamsRead(v ActivityStreamsRead) - // SetActivityStreamsReject sets the value of this property. Calling - // IsActivityStreamsReject afterwards returns true. - SetActivityStreamsReject(v ActivityStreamsReject) - // SetActivityStreamsRelationship sets the value of this property. Calling - // IsActivityStreamsRelationship afterwards returns true. - SetActivityStreamsRelationship(v ActivityStreamsRelationship) - // SetActivityStreamsRemove sets the value of this property. Calling - // IsActivityStreamsRemove afterwards returns true. - SetActivityStreamsRemove(v ActivityStreamsRemove) - // SetActivityStreamsService sets the value of this property. Calling - // IsActivityStreamsService afterwards returns true. - SetActivityStreamsService(v ActivityStreamsService) - // SetActivityStreamsTentativeAccept sets the value of this property. - // Calling IsActivityStreamsTentativeAccept afterwards returns true. - SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept) - // SetActivityStreamsTentativeReject sets the value of this property. - // Calling IsActivityStreamsTentativeReject afterwards returns true. - SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject) - // SetActivityStreamsTombstone sets the value of this property. Calling - // IsActivityStreamsTombstone afterwards returns true. - SetActivityStreamsTombstone(v ActivityStreamsTombstone) - // SetActivityStreamsTravel sets the value of this property. Calling - // IsActivityStreamsTravel afterwards returns true. - SetActivityStreamsTravel(v ActivityStreamsTravel) - // SetActivityStreamsUndo sets the value of this property. Calling - // IsActivityStreamsUndo afterwards returns true. - SetActivityStreamsUndo(v ActivityStreamsUndo) - // SetActivityStreamsUpdate sets the value of this property. Calling - // IsActivityStreamsUpdate afterwards returns true. - SetActivityStreamsUpdate(v ActivityStreamsUpdate) - // SetActivityStreamsVideo sets the value of this property. Calling - // IsActivityStreamsVideo afterwards returns true. - SetActivityStreamsVideo(v ActivityStreamsVideo) - // SetActivityStreamsView sets the value of this property. Calling - // IsActivityStreamsView afterwards returns true. - SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) - // SetIRI sets the value of this property. Calling IsIRI afterwards - // returns true. - SetIRI(v *url.URL) - // SetSchemaPropertyValue sets the value of this property. Calling - // IsSchemaPropertyValue afterwards returns true. - SetSchemaPropertyValue(v SchemaPropertyValue) - // SetTootEmoji sets the value of this property. Calling IsTootEmoji - // afterwards returns true. - SetTootEmoji(v TootEmoji) - // SetTootIdentityProof sets the value of this property. Calling - // IsTootIdentityProof afterwards returns true. - SetTootIdentityProof(v TootIdentityProof) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_earlyItems_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_earlyItems_interface.go deleted file mode 100644 index dea754eaf..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_earlyItems_interface.go +++ /dev/null @@ -1,1840 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// ForgeFedEarlyItemsPropertyIterator represents a single value for the -// "earlyItems" property. -type ForgeFedEarlyItemsPropertyIterator interface { - // GetActivityStreamsAccept returns the value of this property. When - // IsActivityStreamsAccept returns false, GetActivityStreamsAccept - // will return an arbitrary value. - GetActivityStreamsAccept() ActivityStreamsAccept - // GetActivityStreamsActivity returns the value of this property. When - // IsActivityStreamsActivity returns false, GetActivityStreamsActivity - // will return an arbitrary value. - GetActivityStreamsActivity() ActivityStreamsActivity - // GetActivityStreamsAdd returns the value of this property. When - // IsActivityStreamsAdd returns false, GetActivityStreamsAdd will - // return an arbitrary value. - GetActivityStreamsAdd() ActivityStreamsAdd - // GetActivityStreamsAnnounce returns the value of this property. When - // IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce - // will return an arbitrary value. - GetActivityStreamsAnnounce() ActivityStreamsAnnounce - // GetActivityStreamsApplication returns the value of this property. When - // IsActivityStreamsApplication returns false, - // GetActivityStreamsApplication will return an arbitrary value. - GetActivityStreamsApplication() ActivityStreamsApplication - // GetActivityStreamsArrive returns the value of this property. When - // IsActivityStreamsArrive returns false, GetActivityStreamsArrive - // will return an arbitrary value. - GetActivityStreamsArrive() ActivityStreamsArrive - // GetActivityStreamsArticle returns the value of this property. When - // IsActivityStreamsArticle returns false, GetActivityStreamsArticle - // will return an arbitrary value. - GetActivityStreamsArticle() ActivityStreamsArticle - // GetActivityStreamsAudio returns the value of this property. When - // IsActivityStreamsAudio returns false, GetActivityStreamsAudio will - // return an arbitrary value. - GetActivityStreamsAudio() ActivityStreamsAudio - // GetActivityStreamsBlock returns the value of this property. When - // IsActivityStreamsBlock returns false, GetActivityStreamsBlock will - // return an arbitrary value. - GetActivityStreamsBlock() ActivityStreamsBlock - // GetActivityStreamsCollection returns the value of this property. When - // IsActivityStreamsCollection returns false, - // GetActivityStreamsCollection will return an arbitrary value. - GetActivityStreamsCollection() ActivityStreamsCollection - // GetActivityStreamsCollectionPage returns the value of this property. - // When IsActivityStreamsCollectionPage returns false, - // GetActivityStreamsCollectionPage will return an arbitrary value. - GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage - // GetActivityStreamsCreate returns the value of this property. When - // IsActivityStreamsCreate returns false, GetActivityStreamsCreate - // will return an arbitrary value. - GetActivityStreamsCreate() ActivityStreamsCreate - // GetActivityStreamsDelete returns the value of this property. When - // IsActivityStreamsDelete returns false, GetActivityStreamsDelete - // will return an arbitrary value. - GetActivityStreamsDelete() ActivityStreamsDelete - // GetActivityStreamsDislike returns the value of this property. When - // IsActivityStreamsDislike returns false, GetActivityStreamsDislike - // will return an arbitrary value. - GetActivityStreamsDislike() ActivityStreamsDislike - // GetActivityStreamsDocument returns the value of this property. When - // IsActivityStreamsDocument returns false, GetActivityStreamsDocument - // will return an arbitrary value. - GetActivityStreamsDocument() ActivityStreamsDocument - // GetActivityStreamsEvent returns the value of this property. When - // IsActivityStreamsEvent returns false, GetActivityStreamsEvent will - // return an arbitrary value. - GetActivityStreamsEvent() ActivityStreamsEvent - // GetActivityStreamsFlag returns the value of this property. When - // IsActivityStreamsFlag returns false, GetActivityStreamsFlag will - // return an arbitrary value. - GetActivityStreamsFlag() ActivityStreamsFlag - // GetActivityStreamsFollow returns the value of this property. When - // IsActivityStreamsFollow returns false, GetActivityStreamsFollow - // will return an arbitrary value. - GetActivityStreamsFollow() ActivityStreamsFollow - // GetActivityStreamsGroup returns the value of this property. When - // IsActivityStreamsGroup returns false, GetActivityStreamsGroup will - // return an arbitrary value. - GetActivityStreamsGroup() ActivityStreamsGroup - // GetActivityStreamsIgnore returns the value of this property. When - // IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore - // will return an arbitrary value. - GetActivityStreamsIgnore() ActivityStreamsIgnore - // GetActivityStreamsImage returns the value of this property. When - // IsActivityStreamsImage returns false, GetActivityStreamsImage will - // return an arbitrary value. - GetActivityStreamsImage() ActivityStreamsImage - // GetActivityStreamsIntransitiveActivity returns the value of this - // property. When IsActivityStreamsIntransitiveActivity returns false, - // GetActivityStreamsIntransitiveActivity will return an arbitrary - // value. - GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity - // GetActivityStreamsInvite returns the value of this property. When - // IsActivityStreamsInvite returns false, GetActivityStreamsInvite - // will return an arbitrary value. - GetActivityStreamsInvite() ActivityStreamsInvite - // GetActivityStreamsJoin returns the value of this property. When - // IsActivityStreamsJoin returns false, GetActivityStreamsJoin will - // return an arbitrary value. - GetActivityStreamsJoin() ActivityStreamsJoin - // GetActivityStreamsLeave returns the value of this property. When - // IsActivityStreamsLeave returns false, GetActivityStreamsLeave will - // return an arbitrary value. - GetActivityStreamsLeave() ActivityStreamsLeave - // GetActivityStreamsLike returns the value of this property. When - // IsActivityStreamsLike returns false, GetActivityStreamsLike will - // return an arbitrary value. - GetActivityStreamsLike() ActivityStreamsLike - // GetActivityStreamsLink returns the value of this property. When - // IsActivityStreamsLink returns false, GetActivityStreamsLink will - // return an arbitrary value. - GetActivityStreamsLink() ActivityStreamsLink - // GetActivityStreamsListen returns the value of this property. When - // IsActivityStreamsListen returns false, GetActivityStreamsListen - // will return an arbitrary value. - GetActivityStreamsListen() ActivityStreamsListen - // GetActivityStreamsMention returns the value of this property. When - // IsActivityStreamsMention returns false, GetActivityStreamsMention - // will return an arbitrary value. - GetActivityStreamsMention() ActivityStreamsMention - // GetActivityStreamsMove returns the value of this property. When - // IsActivityStreamsMove returns false, GetActivityStreamsMove will - // return an arbitrary value. - GetActivityStreamsMove() ActivityStreamsMove - // GetActivityStreamsNote returns the value of this property. When - // IsActivityStreamsNote returns false, GetActivityStreamsNote will - // return an arbitrary value. - GetActivityStreamsNote() ActivityStreamsNote - // GetActivityStreamsObject returns the value of this property. When - // IsActivityStreamsObject returns false, GetActivityStreamsObject - // will return an arbitrary value. - GetActivityStreamsObject() ActivityStreamsObject - // GetActivityStreamsOffer returns the value of this property. When - // IsActivityStreamsOffer returns false, GetActivityStreamsOffer will - // return an arbitrary value. - GetActivityStreamsOffer() ActivityStreamsOffer - // GetActivityStreamsOrderedCollection returns the value of this property. - // When IsActivityStreamsOrderedCollection returns false, - // GetActivityStreamsOrderedCollection will return an arbitrary value. - GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection - // GetActivityStreamsOrderedCollectionPage returns the value of this - // property. When IsActivityStreamsOrderedCollectionPage returns - // false, GetActivityStreamsOrderedCollectionPage will return an - // arbitrary value. - GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage - // GetActivityStreamsOrganization returns the value of this property. When - // IsActivityStreamsOrganization returns false, - // GetActivityStreamsOrganization will return an arbitrary value. - GetActivityStreamsOrganization() ActivityStreamsOrganization - // GetActivityStreamsPage returns the value of this property. When - // IsActivityStreamsPage returns false, GetActivityStreamsPage will - // return an arbitrary value. - GetActivityStreamsPage() ActivityStreamsPage - // GetActivityStreamsPerson returns the value of this property. When - // IsActivityStreamsPerson returns false, GetActivityStreamsPerson - // will return an arbitrary value. - GetActivityStreamsPerson() ActivityStreamsPerson - // GetActivityStreamsPlace returns the value of this property. When - // IsActivityStreamsPlace returns false, GetActivityStreamsPlace will - // return an arbitrary value. - GetActivityStreamsPlace() ActivityStreamsPlace - // GetActivityStreamsProfile returns the value of this property. When - // IsActivityStreamsProfile returns false, GetActivityStreamsProfile - // will return an arbitrary value. - GetActivityStreamsProfile() ActivityStreamsProfile - // GetActivityStreamsQuestion returns the value of this property. When - // IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion - // will return an arbitrary value. - GetActivityStreamsQuestion() ActivityStreamsQuestion - // GetActivityStreamsRead returns the value of this property. When - // IsActivityStreamsRead returns false, GetActivityStreamsRead will - // return an arbitrary value. - GetActivityStreamsRead() ActivityStreamsRead - // GetActivityStreamsReject returns the value of this property. When - // IsActivityStreamsReject returns false, GetActivityStreamsReject - // will return an arbitrary value. - GetActivityStreamsReject() ActivityStreamsReject - // GetActivityStreamsRelationship returns the value of this property. When - // IsActivityStreamsRelationship returns false, - // GetActivityStreamsRelationship will return an arbitrary value. - GetActivityStreamsRelationship() ActivityStreamsRelationship - // GetActivityStreamsRemove returns the value of this property. When - // IsActivityStreamsRemove returns false, GetActivityStreamsRemove - // will return an arbitrary value. - GetActivityStreamsRemove() ActivityStreamsRemove - // GetActivityStreamsService returns the value of this property. When - // IsActivityStreamsService returns false, GetActivityStreamsService - // will return an arbitrary value. - GetActivityStreamsService() ActivityStreamsService - // GetActivityStreamsTentativeAccept returns the value of this property. - // When IsActivityStreamsTentativeAccept returns false, - // GetActivityStreamsTentativeAccept will return an arbitrary value. - GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept - // GetActivityStreamsTentativeReject returns the value of this property. - // When IsActivityStreamsTentativeReject returns false, - // GetActivityStreamsTentativeReject will return an arbitrary value. - GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject - // GetActivityStreamsTombstone returns the value of this property. When - // IsActivityStreamsTombstone returns false, - // GetActivityStreamsTombstone will return an arbitrary value. - GetActivityStreamsTombstone() ActivityStreamsTombstone - // GetActivityStreamsTravel returns the value of this property. When - // IsActivityStreamsTravel returns false, GetActivityStreamsTravel - // will return an arbitrary value. - GetActivityStreamsTravel() ActivityStreamsTravel - // GetActivityStreamsUndo returns the value of this property. When - // IsActivityStreamsUndo returns false, GetActivityStreamsUndo will - // return an arbitrary value. - GetActivityStreamsUndo() ActivityStreamsUndo - // GetActivityStreamsUpdate returns the value of this property. When - // IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate - // will return an arbitrary value. - GetActivityStreamsUpdate() ActivityStreamsUpdate - // GetActivityStreamsVideo returns the value of this property. When - // IsActivityStreamsVideo returns false, GetActivityStreamsVideo will - // return an arbitrary value. - GetActivityStreamsVideo() ActivityStreamsVideo - // GetActivityStreamsView returns the value of this property. When - // IsActivityStreamsView returns false, GetActivityStreamsView will - // return an arbitrary value. - GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return an arbitrary value. - GetIRI() *url.URL - // GetSchemaPropertyValue returns the value of this property. When - // IsSchemaPropertyValue returns false, GetSchemaPropertyValue will - // return an arbitrary value. - GetSchemaPropertyValue() SchemaPropertyValue - // GetTootEmoji returns the value of this property. When IsTootEmoji - // returns false, GetTootEmoji will return an arbitrary value. - GetTootEmoji() TootEmoji - // GetTootIdentityProof returns the value of this property. When - // IsTootIdentityProof returns false, GetTootIdentityProof will return - // an arbitrary value. - GetTootIdentityProof() TootIdentityProof - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if any of the different values is set. - HasAny() bool - // IsActivityStreamsAccept returns true if this property has a type of - // "Accept". When true, use the GetActivityStreamsAccept and - // SetActivityStreamsAccept methods to access and set this property. - IsActivityStreamsAccept() bool - // IsActivityStreamsActivity returns true if this property has a type of - // "Activity". When true, use the GetActivityStreamsActivity and - // SetActivityStreamsActivity methods to access and set this property. - IsActivityStreamsActivity() bool - // IsActivityStreamsAdd returns true if this property has a type of "Add". - // When true, use the GetActivityStreamsAdd and SetActivityStreamsAdd - // methods to access and set this property. - IsActivityStreamsAdd() bool - // IsActivityStreamsAnnounce returns true if this property has a type of - // "Announce". When true, use the GetActivityStreamsAnnounce and - // SetActivityStreamsAnnounce methods to access and set this property. - IsActivityStreamsAnnounce() bool - // IsActivityStreamsApplication returns true if this property has a type - // of "Application". When true, use the GetActivityStreamsApplication - // and SetActivityStreamsApplication methods to access and set this - // property. - IsActivityStreamsApplication() bool - // IsActivityStreamsArrive returns true if this property has a type of - // "Arrive". When true, use the GetActivityStreamsArrive and - // SetActivityStreamsArrive methods to access and set this property. - IsActivityStreamsArrive() bool - // IsActivityStreamsArticle returns true if this property has a type of - // "Article". When true, use the GetActivityStreamsArticle and - // SetActivityStreamsArticle methods to access and set this property. - IsActivityStreamsArticle() bool - // IsActivityStreamsAudio returns true if this property has a type of - // "Audio". When true, use the GetActivityStreamsAudio and - // SetActivityStreamsAudio methods to access and set this property. - IsActivityStreamsAudio() bool - // IsActivityStreamsBlock returns true if this property has a type of - // "Block". When true, use the GetActivityStreamsBlock and - // SetActivityStreamsBlock methods to access and set this property. - IsActivityStreamsBlock() bool - // IsActivityStreamsCollection returns true if this property has a type of - // "Collection". When true, use the GetActivityStreamsCollection and - // SetActivityStreamsCollection methods to access and set this - // property. - IsActivityStreamsCollection() bool - // IsActivityStreamsCollectionPage returns true if this property has a - // type of "CollectionPage". When true, use the - // GetActivityStreamsCollectionPage and - // SetActivityStreamsCollectionPage methods to access and set this - // property. - IsActivityStreamsCollectionPage() bool - // IsActivityStreamsCreate returns true if this property has a type of - // "Create". When true, use the GetActivityStreamsCreate and - // SetActivityStreamsCreate methods to access and set this property. - IsActivityStreamsCreate() bool - // IsActivityStreamsDelete returns true if this property has a type of - // "Delete". When true, use the GetActivityStreamsDelete and - // SetActivityStreamsDelete methods to access and set this property. - IsActivityStreamsDelete() bool - // IsActivityStreamsDislike returns true if this property has a type of - // "Dislike". When true, use the GetActivityStreamsDislike and - // SetActivityStreamsDislike methods to access and set this property. - IsActivityStreamsDislike() bool - // IsActivityStreamsDocument returns true if this property has a type of - // "Document". When true, use the GetActivityStreamsDocument and - // SetActivityStreamsDocument methods to access and set this property. - IsActivityStreamsDocument() bool - // IsActivityStreamsEvent returns true if this property has a type of - // "Event". When true, use the GetActivityStreamsEvent and - // SetActivityStreamsEvent methods to access and set this property. - IsActivityStreamsEvent() bool - // IsActivityStreamsFlag returns true if this property has a type of - // "Flag". When true, use the GetActivityStreamsFlag and - // SetActivityStreamsFlag methods to access and set this property. - IsActivityStreamsFlag() bool - // IsActivityStreamsFollow returns true if this property has a type of - // "Follow". When true, use the GetActivityStreamsFollow and - // SetActivityStreamsFollow methods to access and set this property. - IsActivityStreamsFollow() bool - // IsActivityStreamsGroup returns true if this property has a type of - // "Group". When true, use the GetActivityStreamsGroup and - // SetActivityStreamsGroup methods to access and set this property. - IsActivityStreamsGroup() bool - // IsActivityStreamsIgnore returns true if this property has a type of - // "Ignore". When true, use the GetActivityStreamsIgnore and - // SetActivityStreamsIgnore methods to access and set this property. - IsActivityStreamsIgnore() bool - // IsActivityStreamsImage returns true if this property has a type of - // "Image". When true, use the GetActivityStreamsImage and - // SetActivityStreamsImage methods to access and set this property. - IsActivityStreamsImage() bool - // IsActivityStreamsIntransitiveActivity returns true if this property has - // a type of "IntransitiveActivity". When true, use the - // GetActivityStreamsIntransitiveActivity and - // SetActivityStreamsIntransitiveActivity methods to access and set - // this property. - IsActivityStreamsIntransitiveActivity() bool - // IsActivityStreamsInvite returns true if this property has a type of - // "Invite". When true, use the GetActivityStreamsInvite and - // SetActivityStreamsInvite methods to access and set this property. - IsActivityStreamsInvite() bool - // IsActivityStreamsJoin returns true if this property has a type of - // "Join". When true, use the GetActivityStreamsJoin and - // SetActivityStreamsJoin methods to access and set this property. - IsActivityStreamsJoin() bool - // IsActivityStreamsLeave returns true if this property has a type of - // "Leave". When true, use the GetActivityStreamsLeave and - // SetActivityStreamsLeave methods to access and set this property. - IsActivityStreamsLeave() bool - // IsActivityStreamsLike returns true if this property has a type of - // "Like". When true, use the GetActivityStreamsLike and - // SetActivityStreamsLike methods to access and set this property. - IsActivityStreamsLike() bool - // IsActivityStreamsLink returns true if this property has a type of - // "Link". When true, use the GetActivityStreamsLink and - // SetActivityStreamsLink methods to access and set this property. - IsActivityStreamsLink() bool - // IsActivityStreamsListen returns true if this property has a type of - // "Listen". When true, use the GetActivityStreamsListen and - // SetActivityStreamsListen methods to access and set this property. - IsActivityStreamsListen() bool - // IsActivityStreamsMention returns true if this property has a type of - // "Mention". When true, use the GetActivityStreamsMention and - // SetActivityStreamsMention methods to access and set this property. - IsActivityStreamsMention() bool - // IsActivityStreamsMove returns true if this property has a type of - // "Move". When true, use the GetActivityStreamsMove and - // SetActivityStreamsMove methods to access and set this property. - IsActivityStreamsMove() bool - // IsActivityStreamsNote returns true if this property has a type of - // "Note". When true, use the GetActivityStreamsNote and - // SetActivityStreamsNote methods to access and set this property. - IsActivityStreamsNote() bool - // IsActivityStreamsObject returns true if this property has a type of - // "Object". When true, use the GetActivityStreamsObject and - // SetActivityStreamsObject methods to access and set this property. - IsActivityStreamsObject() bool - // IsActivityStreamsOffer returns true if this property has a type of - // "Offer". When true, use the GetActivityStreamsOffer and - // SetActivityStreamsOffer methods to access and set this property. - IsActivityStreamsOffer() bool - // IsActivityStreamsOrderedCollection returns true if this property has a - // type of "OrderedCollection". When true, use the - // GetActivityStreamsOrderedCollection and - // SetActivityStreamsOrderedCollection methods to access and set this - // property. - IsActivityStreamsOrderedCollection() bool - // IsActivityStreamsOrderedCollectionPage returns true if this property - // has a type of "OrderedCollectionPage". When true, use the - // GetActivityStreamsOrderedCollectionPage and - // SetActivityStreamsOrderedCollectionPage methods to access and set - // this property. - IsActivityStreamsOrderedCollectionPage() bool - // IsActivityStreamsOrganization returns true if this property has a type - // of "Organization". When true, use the - // GetActivityStreamsOrganization and SetActivityStreamsOrganization - // methods to access and set this property. - IsActivityStreamsOrganization() bool - // IsActivityStreamsPage returns true if this property has a type of - // "Page". When true, use the GetActivityStreamsPage and - // SetActivityStreamsPage methods to access and set this property. - IsActivityStreamsPage() bool - // IsActivityStreamsPerson returns true if this property has a type of - // "Person". When true, use the GetActivityStreamsPerson and - // SetActivityStreamsPerson methods to access and set this property. - IsActivityStreamsPerson() bool - // IsActivityStreamsPlace returns true if this property has a type of - // "Place". When true, use the GetActivityStreamsPlace and - // SetActivityStreamsPlace methods to access and set this property. - IsActivityStreamsPlace() bool - // IsActivityStreamsProfile returns true if this property has a type of - // "Profile". When true, use the GetActivityStreamsProfile and - // SetActivityStreamsProfile methods to access and set this property. - IsActivityStreamsProfile() bool - // IsActivityStreamsQuestion returns true if this property has a type of - // "Question". When true, use the GetActivityStreamsQuestion and - // SetActivityStreamsQuestion methods to access and set this property. - IsActivityStreamsQuestion() bool - // IsActivityStreamsRead returns true if this property has a type of - // "Read". When true, use the GetActivityStreamsRead and - // SetActivityStreamsRead methods to access and set this property. - IsActivityStreamsRead() bool - // IsActivityStreamsReject returns true if this property has a type of - // "Reject". When true, use the GetActivityStreamsReject and - // SetActivityStreamsReject methods to access and set this property. - IsActivityStreamsReject() bool - // IsActivityStreamsRelationship returns true if this property has a type - // of "Relationship". When true, use the - // GetActivityStreamsRelationship and SetActivityStreamsRelationship - // methods to access and set this property. - IsActivityStreamsRelationship() bool - // IsActivityStreamsRemove returns true if this property has a type of - // "Remove". When true, use the GetActivityStreamsRemove and - // SetActivityStreamsRemove methods to access and set this property. - IsActivityStreamsRemove() bool - // IsActivityStreamsService returns true if this property has a type of - // "Service". When true, use the GetActivityStreamsService and - // SetActivityStreamsService methods to access and set this property. - IsActivityStreamsService() bool - // IsActivityStreamsTentativeAccept returns true if this property has a - // type of "TentativeAccept". When true, use the - // GetActivityStreamsTentativeAccept and - // SetActivityStreamsTentativeAccept methods to access and set this - // property. - IsActivityStreamsTentativeAccept() bool - // IsActivityStreamsTentativeReject returns true if this property has a - // type of "TentativeReject". When true, use the - // GetActivityStreamsTentativeReject and - // SetActivityStreamsTentativeReject methods to access and set this - // property. - IsActivityStreamsTentativeReject() bool - // IsActivityStreamsTombstone returns true if this property has a type of - // "Tombstone". When true, use the GetActivityStreamsTombstone and - // SetActivityStreamsTombstone methods to access and set this property. - IsActivityStreamsTombstone() bool - // IsActivityStreamsTravel returns true if this property has a type of - // "Travel". When true, use the GetActivityStreamsTravel and - // SetActivityStreamsTravel methods to access and set this property. - IsActivityStreamsTravel() bool - // IsActivityStreamsUndo returns true if this property has a type of - // "Undo". When true, use the GetActivityStreamsUndo and - // SetActivityStreamsUndo methods to access and set this property. - IsActivityStreamsUndo() bool - // IsActivityStreamsUpdate returns true if this property has a type of - // "Update". When true, use the GetActivityStreamsUpdate and - // SetActivityStreamsUpdate methods to access and set this property. - IsActivityStreamsUpdate() bool - // IsActivityStreamsVideo returns true if this property has a type of - // "Video". When true, use the GetActivityStreamsVideo and - // SetActivityStreamsVideo methods to access and set this property. - IsActivityStreamsVideo() bool - // IsActivityStreamsView returns true if this property has a type of - // "View". When true, use the GetActivityStreamsView and - // SetActivityStreamsView methods to access and set this property. - IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool - // IsIRI returns true if this property is an IRI. When true, use GetIRI - // and SetIRI to access and set this property - IsIRI() bool - // IsSchemaPropertyValue returns true if this property has a type of - // "PropertyValue". When true, use the GetSchemaPropertyValue and - // SetSchemaPropertyValue methods to access and set this property. - IsSchemaPropertyValue() bool - // IsTootEmoji returns true if this property has a type of "Emoji". When - // true, use the GetTootEmoji and SetTootEmoji methods to access and - // set this property. - IsTootEmoji() bool - // IsTootIdentityProof returns true if this property has a type of - // "IdentityProof". When true, use the GetTootIdentityProof and - // SetTootIdentityProof methods to access and set this property. - IsTootIdentityProof() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedEarlyItemsPropertyIterator) bool - // Name returns the name of this property: "ForgeFedEarlyItems". - Name() string - // Next returns the next iterator, or nil if there is no next iterator. - Next() ForgeFedEarlyItemsPropertyIterator - // Prev returns the previous iterator, or nil if there is no previous - // iterator. - Prev() ForgeFedEarlyItemsPropertyIterator - // SetActivityStreamsAccept sets the value of this property. Calling - // IsActivityStreamsAccept afterwards returns true. - SetActivityStreamsAccept(v ActivityStreamsAccept) - // SetActivityStreamsActivity sets the value of this property. Calling - // IsActivityStreamsActivity afterwards returns true. - SetActivityStreamsActivity(v ActivityStreamsActivity) - // SetActivityStreamsAdd sets the value of this property. Calling - // IsActivityStreamsAdd afterwards returns true. - SetActivityStreamsAdd(v ActivityStreamsAdd) - // SetActivityStreamsAnnounce sets the value of this property. Calling - // IsActivityStreamsAnnounce afterwards returns true. - SetActivityStreamsAnnounce(v ActivityStreamsAnnounce) - // SetActivityStreamsApplication sets the value of this property. Calling - // IsActivityStreamsApplication afterwards returns true. - SetActivityStreamsApplication(v ActivityStreamsApplication) - // SetActivityStreamsArrive sets the value of this property. Calling - // IsActivityStreamsArrive afterwards returns true. - SetActivityStreamsArrive(v ActivityStreamsArrive) - // SetActivityStreamsArticle sets the value of this property. Calling - // IsActivityStreamsArticle afterwards returns true. - SetActivityStreamsArticle(v ActivityStreamsArticle) - // SetActivityStreamsAudio sets the value of this property. Calling - // IsActivityStreamsAudio afterwards returns true. - SetActivityStreamsAudio(v ActivityStreamsAudio) - // SetActivityStreamsBlock sets the value of this property. Calling - // IsActivityStreamsBlock afterwards returns true. - SetActivityStreamsBlock(v ActivityStreamsBlock) - // SetActivityStreamsCollection sets the value of this property. Calling - // IsActivityStreamsCollection afterwards returns true. - SetActivityStreamsCollection(v ActivityStreamsCollection) - // SetActivityStreamsCollectionPage sets the value of this property. - // Calling IsActivityStreamsCollectionPage afterwards returns true. - SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage) - // SetActivityStreamsCreate sets the value of this property. Calling - // IsActivityStreamsCreate afterwards returns true. - SetActivityStreamsCreate(v ActivityStreamsCreate) - // SetActivityStreamsDelete sets the value of this property. Calling - // IsActivityStreamsDelete afterwards returns true. - SetActivityStreamsDelete(v ActivityStreamsDelete) - // SetActivityStreamsDislike sets the value of this property. Calling - // IsActivityStreamsDislike afterwards returns true. - SetActivityStreamsDislike(v ActivityStreamsDislike) - // SetActivityStreamsDocument sets the value of this property. Calling - // IsActivityStreamsDocument afterwards returns true. - SetActivityStreamsDocument(v ActivityStreamsDocument) - // SetActivityStreamsEvent sets the value of this property. Calling - // IsActivityStreamsEvent afterwards returns true. - SetActivityStreamsEvent(v ActivityStreamsEvent) - // SetActivityStreamsFlag sets the value of this property. Calling - // IsActivityStreamsFlag afterwards returns true. - SetActivityStreamsFlag(v ActivityStreamsFlag) - // SetActivityStreamsFollow sets the value of this property. Calling - // IsActivityStreamsFollow afterwards returns true. - SetActivityStreamsFollow(v ActivityStreamsFollow) - // SetActivityStreamsGroup sets the value of this property. Calling - // IsActivityStreamsGroup afterwards returns true. - SetActivityStreamsGroup(v ActivityStreamsGroup) - // SetActivityStreamsIgnore sets the value of this property. Calling - // IsActivityStreamsIgnore afterwards returns true. - SetActivityStreamsIgnore(v ActivityStreamsIgnore) - // SetActivityStreamsImage sets the value of this property. Calling - // IsActivityStreamsImage afterwards returns true. - SetActivityStreamsImage(v ActivityStreamsImage) - // SetActivityStreamsIntransitiveActivity sets the value of this property. - // Calling IsActivityStreamsIntransitiveActivity afterwards returns - // true. - SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity) - // SetActivityStreamsInvite sets the value of this property. Calling - // IsActivityStreamsInvite afterwards returns true. - SetActivityStreamsInvite(v ActivityStreamsInvite) - // SetActivityStreamsJoin sets the value of this property. Calling - // IsActivityStreamsJoin afterwards returns true. - SetActivityStreamsJoin(v ActivityStreamsJoin) - // SetActivityStreamsLeave sets the value of this property. Calling - // IsActivityStreamsLeave afterwards returns true. - SetActivityStreamsLeave(v ActivityStreamsLeave) - // SetActivityStreamsLike sets the value of this property. Calling - // IsActivityStreamsLike afterwards returns true. - SetActivityStreamsLike(v ActivityStreamsLike) - // SetActivityStreamsLink sets the value of this property. Calling - // IsActivityStreamsLink afterwards returns true. - SetActivityStreamsLink(v ActivityStreamsLink) - // SetActivityStreamsListen sets the value of this property. Calling - // IsActivityStreamsListen afterwards returns true. - SetActivityStreamsListen(v ActivityStreamsListen) - // SetActivityStreamsMention sets the value of this property. Calling - // IsActivityStreamsMention afterwards returns true. - SetActivityStreamsMention(v ActivityStreamsMention) - // SetActivityStreamsMove sets the value of this property. Calling - // IsActivityStreamsMove afterwards returns true. - SetActivityStreamsMove(v ActivityStreamsMove) - // SetActivityStreamsNote sets the value of this property. Calling - // IsActivityStreamsNote afterwards returns true. - SetActivityStreamsNote(v ActivityStreamsNote) - // SetActivityStreamsObject sets the value of this property. Calling - // IsActivityStreamsObject afterwards returns true. - SetActivityStreamsObject(v ActivityStreamsObject) - // SetActivityStreamsOffer sets the value of this property. Calling - // IsActivityStreamsOffer afterwards returns true. - SetActivityStreamsOffer(v ActivityStreamsOffer) - // SetActivityStreamsOrderedCollection sets the value of this property. - // Calling IsActivityStreamsOrderedCollection afterwards returns true. - SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // SetActivityStreamsOrderedCollectionPage sets the value of this - // property. Calling IsActivityStreamsOrderedCollectionPage afterwards - // returns true. - SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // SetActivityStreamsOrganization sets the value of this property. Calling - // IsActivityStreamsOrganization afterwards returns true. - SetActivityStreamsOrganization(v ActivityStreamsOrganization) - // SetActivityStreamsPage sets the value of this property. Calling - // IsActivityStreamsPage afterwards returns true. - SetActivityStreamsPage(v ActivityStreamsPage) - // SetActivityStreamsPerson sets the value of this property. Calling - // IsActivityStreamsPerson afterwards returns true. - SetActivityStreamsPerson(v ActivityStreamsPerson) - // SetActivityStreamsPlace sets the value of this property. Calling - // IsActivityStreamsPlace afterwards returns true. - SetActivityStreamsPlace(v ActivityStreamsPlace) - // SetActivityStreamsProfile sets the value of this property. Calling - // IsActivityStreamsProfile afterwards returns true. - SetActivityStreamsProfile(v ActivityStreamsProfile) - // SetActivityStreamsQuestion sets the value of this property. Calling - // IsActivityStreamsQuestion afterwards returns true. - SetActivityStreamsQuestion(v ActivityStreamsQuestion) - // SetActivityStreamsRead sets the value of this property. Calling - // IsActivityStreamsRead afterwards returns true. - SetActivityStreamsRead(v ActivityStreamsRead) - // SetActivityStreamsReject sets the value of this property. Calling - // IsActivityStreamsReject afterwards returns true. - SetActivityStreamsReject(v ActivityStreamsReject) - // SetActivityStreamsRelationship sets the value of this property. Calling - // IsActivityStreamsRelationship afterwards returns true. - SetActivityStreamsRelationship(v ActivityStreamsRelationship) - // SetActivityStreamsRemove sets the value of this property. Calling - // IsActivityStreamsRemove afterwards returns true. - SetActivityStreamsRemove(v ActivityStreamsRemove) - // SetActivityStreamsService sets the value of this property. Calling - // IsActivityStreamsService afterwards returns true. - SetActivityStreamsService(v ActivityStreamsService) - // SetActivityStreamsTentativeAccept sets the value of this property. - // Calling IsActivityStreamsTentativeAccept afterwards returns true. - SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept) - // SetActivityStreamsTentativeReject sets the value of this property. - // Calling IsActivityStreamsTentativeReject afterwards returns true. - SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject) - // SetActivityStreamsTombstone sets the value of this property. Calling - // IsActivityStreamsTombstone afterwards returns true. - SetActivityStreamsTombstone(v ActivityStreamsTombstone) - // SetActivityStreamsTravel sets the value of this property. Calling - // IsActivityStreamsTravel afterwards returns true. - SetActivityStreamsTravel(v ActivityStreamsTravel) - // SetActivityStreamsUndo sets the value of this property. Calling - // IsActivityStreamsUndo afterwards returns true. - SetActivityStreamsUndo(v ActivityStreamsUndo) - // SetActivityStreamsUpdate sets the value of this property. Calling - // IsActivityStreamsUpdate afterwards returns true. - SetActivityStreamsUpdate(v ActivityStreamsUpdate) - // SetActivityStreamsVideo sets the value of this property. Calling - // IsActivityStreamsVideo afterwards returns true. - SetActivityStreamsVideo(v ActivityStreamsVideo) - // SetActivityStreamsView sets the value of this property. Calling - // IsActivityStreamsView afterwards returns true. - SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) - // SetIRI sets the value of this property. Calling IsIRI afterwards - // returns true. - SetIRI(v *url.URL) - // SetSchemaPropertyValue sets the value of this property. Calling - // IsSchemaPropertyValue afterwards returns true. - SetSchemaPropertyValue(v SchemaPropertyValue) - // SetTootEmoji sets the value of this property. Calling IsTootEmoji - // afterwards returns true. - SetTootEmoji(v TootEmoji) - // SetTootIdentityProof sets the value of this property. Calling - // IsTootIdentityProof afterwards returns true. - SetTootIdentityProof(v TootIdentityProof) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} - -// In an ordered collection (or an ordered collection page) in which items (or -// orderedItems) contains a continuous subset of the collection’s items from -// one end, earlyItems identifiers a continuous subset from the other end. For -// example, if items lists the chronologically latest items, earlyItems would -// list the chrologically earliest items. The ordering rule for items in -// earlyItems MUST be the same as in items. For examle, if items lists items -// in reverse chronogical order, then so does earlyItems. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://forgefed.peers.community/ns" -// ], -// "earlyItems": [ -// "https://dev.example/aviva/outbox/3", -// "https://dev.example/aviva/outbox/2", -// "https://dev.example/aviva/outbox/1" -// ], -// "id": "https://dev.example/aviva/outbox", -// "orderedItems": [ -// "https://dev.example/aviva/outbox/712", -// "https://dev.example/aviva/outbox/711", -// "https://dev.example/aviva/outbox/710" -// ], -// "totalItems": 712, -// "type": "OrderedCollection" -// } -type ForgeFedEarlyItemsProperty interface { - // AppendActivityStreamsAccept appends a Accept value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsAccept(v ActivityStreamsAccept) - // AppendActivityStreamsActivity appends a Activity value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsActivity(v ActivityStreamsActivity) - // AppendActivityStreamsAdd appends a Add value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsAdd(v ActivityStreamsAdd) - // AppendActivityStreamsAnnounce appends a Announce value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce) - // AppendActivityStreamsApplication appends a Application value to the - // back of a list of the property "earlyItems". Invalidates iterators - // that are traversing using Prev. - AppendActivityStreamsApplication(v ActivityStreamsApplication) - // AppendActivityStreamsArrive appends a Arrive value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsArrive(v ActivityStreamsArrive) - // AppendActivityStreamsArticle appends a Article value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsArticle(v ActivityStreamsArticle) - // AppendActivityStreamsAudio appends a Audio value to the back of a list - // of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsAudio(v ActivityStreamsAudio) - // AppendActivityStreamsBlock appends a Block value to the back of a list - // of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsBlock(v ActivityStreamsBlock) - // AppendActivityStreamsCollection appends a Collection value to the back - // of a list of the property "earlyItems". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsCollection(v ActivityStreamsCollection) - // AppendActivityStreamsCollectionPage appends a CollectionPage value to - // the back of a list of the property "earlyItems". Invalidates - // iterators that are traversing using Prev. - AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage) - // AppendActivityStreamsCreate appends a Create value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsCreate(v ActivityStreamsCreate) - // AppendActivityStreamsDelete appends a Delete value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsDelete(v ActivityStreamsDelete) - // AppendActivityStreamsDislike appends a Dislike value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsDislike(v ActivityStreamsDislike) - // AppendActivityStreamsDocument appends a Document value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsDocument(v ActivityStreamsDocument) - // AppendActivityStreamsEvent appends a Event value to the back of a list - // of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsEvent(v ActivityStreamsEvent) - // AppendActivityStreamsFlag appends a Flag value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsFlag(v ActivityStreamsFlag) - // AppendActivityStreamsFollow appends a Follow value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsFollow(v ActivityStreamsFollow) - // AppendActivityStreamsGroup appends a Group value to the back of a list - // of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsGroup(v ActivityStreamsGroup) - // AppendActivityStreamsIgnore appends a Ignore value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsIgnore(v ActivityStreamsIgnore) - // AppendActivityStreamsImage appends a Image value to the back of a list - // of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsImage(v ActivityStreamsImage) - // AppendActivityStreamsIntransitiveActivity appends a - // IntransitiveActivity value to the back of a list of the property - // "earlyItems". Invalidates iterators that are traversing using Prev. - AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity) - // AppendActivityStreamsInvite appends a Invite value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsInvite(v ActivityStreamsInvite) - // AppendActivityStreamsJoin appends a Join value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsJoin(v ActivityStreamsJoin) - // AppendActivityStreamsLeave appends a Leave value to the back of a list - // of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsLeave(v ActivityStreamsLeave) - // AppendActivityStreamsLike appends a Like value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsLike(v ActivityStreamsLike) - // AppendActivityStreamsLink appends a Link value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsLink(v ActivityStreamsLink) - // AppendActivityStreamsListen appends a Listen value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsListen(v ActivityStreamsListen) - // AppendActivityStreamsMention appends a Mention value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsMention(v ActivityStreamsMention) - // AppendActivityStreamsMove appends a Move value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsMove(v ActivityStreamsMove) - // AppendActivityStreamsNote appends a Note value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsNote(v ActivityStreamsNote) - // AppendActivityStreamsObject appends a Object value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsObject(v ActivityStreamsObject) - // AppendActivityStreamsOffer appends a Offer value to the back of a list - // of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsOffer(v ActivityStreamsOffer) - // AppendActivityStreamsOrderedCollection appends a OrderedCollection - // value to the back of a list of the property "earlyItems". - // Invalidates iterators that are traversing using Prev. - AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // AppendActivityStreamsOrderedCollectionPage appends a - // OrderedCollectionPage value to the back of a list of the property - // "earlyItems". Invalidates iterators that are traversing using Prev. - AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // AppendActivityStreamsOrganization appends a Organization value to the - // back of a list of the property "earlyItems". Invalidates iterators - // that are traversing using Prev. - AppendActivityStreamsOrganization(v ActivityStreamsOrganization) - // AppendActivityStreamsPage appends a Page value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsPage(v ActivityStreamsPage) - // AppendActivityStreamsPerson appends a Person value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsPerson(v ActivityStreamsPerson) - // AppendActivityStreamsPlace appends a Place value to the back of a list - // of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsPlace(v ActivityStreamsPlace) - // AppendActivityStreamsProfile appends a Profile value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsProfile(v ActivityStreamsProfile) - // AppendActivityStreamsQuestion appends a Question value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsQuestion(v ActivityStreamsQuestion) - // AppendActivityStreamsRead appends a Read value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsRead(v ActivityStreamsRead) - // AppendActivityStreamsReject appends a Reject value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsReject(v ActivityStreamsReject) - // AppendActivityStreamsRelationship appends a Relationship value to the - // back of a list of the property "earlyItems". Invalidates iterators - // that are traversing using Prev. - AppendActivityStreamsRelationship(v ActivityStreamsRelationship) - // AppendActivityStreamsRemove appends a Remove value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsRemove(v ActivityStreamsRemove) - // AppendActivityStreamsService appends a Service value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsService(v ActivityStreamsService) - // AppendActivityStreamsTentativeAccept appends a TentativeAccept value to - // the back of a list of the property "earlyItems". Invalidates - // iterators that are traversing using Prev. - AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept) - // AppendActivityStreamsTentativeReject appends a TentativeReject value to - // the back of a list of the property "earlyItems". Invalidates - // iterators that are traversing using Prev. - AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject) - // AppendActivityStreamsTombstone appends a Tombstone value to the back of - // a list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsTombstone(v ActivityStreamsTombstone) - // AppendActivityStreamsTravel appends a Travel value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsTravel(v ActivityStreamsTravel) - // AppendActivityStreamsUndo appends a Undo value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsUndo(v ActivityStreamsUndo) - // AppendActivityStreamsUpdate appends a Update value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsUpdate(v ActivityStreamsUpdate) - // AppendActivityStreamsVideo appends a Video value to the back of a list - // of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsVideo(v ActivityStreamsVideo) - // AppendActivityStreamsView appends a View value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "earlyItems". Invalidates iterators that are traversing - // using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "earlyItems". Invalidates iterators - // that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) - // AppendIRI appends an IRI value to the back of a list of the property - // "earlyItems" - AppendIRI(v *url.URL) - // AppendSchemaPropertyValue appends a PropertyValue value to the back of - // a list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendSchemaPropertyValue(v SchemaPropertyValue) - // AppendTootEmoji appends a Emoji value to the back of a list of the - // property "earlyItems". Invalidates iterators that are traversing - // using Prev. - AppendTootEmoji(v TootEmoji) - // AppendTootIdentityProof appends a IdentityProof value to the back of a - // list of the property "earlyItems". Invalidates iterators that are - // traversing using Prev. - AppendTootIdentityProof(v TootIdentityProof) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "earlyItems". Invalidates iterators that are - // traversing using Prev. Returns an error if the type is not a valid - // one to set for this property. - AppendType(t Type) error - // At returns the property value for the specified index. Panics if the - // index is out of bounds. - At(index int) ForgeFedEarlyItemsPropertyIterator - // Begin returns the first iterator, or nil if empty. Can be used with the - // iterator's Next method and this property's End method to iterate - // from front to back through all values. - Begin() ForgeFedEarlyItemsPropertyIterator - // Empty returns returns true if there are no elements. - Empty() bool - // End returns beyond-the-last iterator, which is nil. Can be used with - // the iterator's Next method and this property's Begin method to - // iterate from front to back through all values. - End() ForgeFedEarlyItemsPropertyIterator - // InsertActivityStreamsAccept inserts a Accept value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept) - // InsertActivityStreamsActivity inserts a Activity value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity) - // InsertActivityStreamsAdd inserts a Add value at the specified index for - // a property "earlyItems". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd) - // InsertActivityStreamsAnnounce inserts a Announce value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce) - // InsertActivityStreamsApplication inserts a Application value at the - // specified index for a property "earlyItems". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication) - // InsertActivityStreamsArrive inserts a Arrive value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive) - // InsertActivityStreamsArticle inserts a Article value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle) - // InsertActivityStreamsAudio inserts a Audio value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio) - // InsertActivityStreamsBlock inserts a Block value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock) - // InsertActivityStreamsCollection inserts a Collection value at the - // specified index for a property "earlyItems". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection) - // InsertActivityStreamsCollectionPage inserts a CollectionPage value at - // the specified index for a property "earlyItems". Existing elements - // at that index and higher are shifted back once. Invalidates all - // iterators. - InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage) - // InsertActivityStreamsCreate inserts a Create value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate) - // InsertActivityStreamsDelete inserts a Delete value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete) - // InsertActivityStreamsDislike inserts a Dislike value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike) - // InsertActivityStreamsDocument inserts a Document value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument) - // InsertActivityStreamsEvent inserts a Event value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent) - // InsertActivityStreamsFlag inserts a Flag value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag) - // InsertActivityStreamsFollow inserts a Follow value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow) - // InsertActivityStreamsGroup inserts a Group value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup) - // InsertActivityStreamsIgnore inserts a Ignore value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore) - // InsertActivityStreamsImage inserts a Image value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsImage(idx int, v ActivityStreamsImage) - // InsertActivityStreamsIntransitiveActivity inserts a - // IntransitiveActivity value at the specified index for a property - // "earlyItems". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity) - // InsertActivityStreamsInvite inserts a Invite value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite) - // InsertActivityStreamsJoin inserts a Join value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin) - // InsertActivityStreamsLeave inserts a Leave value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave) - // InsertActivityStreamsLike inserts a Like value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsLike(idx int, v ActivityStreamsLike) - // InsertActivityStreamsLink inserts a Link value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsLink(idx int, v ActivityStreamsLink) - // InsertActivityStreamsListen inserts a Listen value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsListen(idx int, v ActivityStreamsListen) - // InsertActivityStreamsMention inserts a Mention value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsMention(idx int, v ActivityStreamsMention) - // InsertActivityStreamsMove inserts a Move value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsMove(idx int, v ActivityStreamsMove) - // InsertActivityStreamsNote inserts a Note value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsNote(idx int, v ActivityStreamsNote) - // InsertActivityStreamsObject inserts a Object value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsObject(idx int, v ActivityStreamsObject) - // InsertActivityStreamsOffer inserts a Offer value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer) - // InsertActivityStreamsOrderedCollection inserts a OrderedCollection - // value at the specified index for a property "earlyItems". Existing - // elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection) - // InsertActivityStreamsOrderedCollectionPage inserts a - // OrderedCollectionPage value at the specified index for a property - // "earlyItems". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage) - // InsertActivityStreamsOrganization inserts a Organization value at the - // specified index for a property "earlyItems". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization) - // InsertActivityStreamsPage inserts a Page value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsPage(idx int, v ActivityStreamsPage) - // InsertActivityStreamsPerson inserts a Person value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson) - // InsertActivityStreamsPlace inserts a Place value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace) - // InsertActivityStreamsProfile inserts a Profile value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile) - // InsertActivityStreamsQuestion inserts a Question value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion) - // InsertActivityStreamsRead inserts a Read value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsRead(idx int, v ActivityStreamsRead) - // InsertActivityStreamsReject inserts a Reject value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsReject(idx int, v ActivityStreamsReject) - // InsertActivityStreamsRelationship inserts a Relationship value at the - // specified index for a property "earlyItems". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship) - // InsertActivityStreamsRemove inserts a Remove value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove) - // InsertActivityStreamsService inserts a Service value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsService(idx int, v ActivityStreamsService) - // InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at - // the specified index for a property "earlyItems". Existing elements - // at that index and higher are shifted back once. Invalidates all - // iterators. - InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept) - // InsertActivityStreamsTentativeReject inserts a TentativeReject value at - // the specified index for a property "earlyItems". Existing elements - // at that index and higher are shifted back once. Invalidates all - // iterators. - InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject) - // InsertActivityStreamsTombstone inserts a Tombstone value at the - // specified index for a property "earlyItems". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone) - // InsertActivityStreamsTravel inserts a Travel value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel) - // InsertActivityStreamsUndo inserts a Undo value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo) - // InsertActivityStreamsUpdate inserts a Update value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate) - // InsertActivityStreamsVideo inserts a Video value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo) - // InsertActivityStreamsView inserts a View value at the specified index - // for a property "earlyItems". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "earlyItems". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "earlyItems". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "earlyItems". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "earlyItems". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "earlyItems". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) - // Insert inserts an IRI value at the specified index for a property - // "earlyItems". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertIRI(idx int, v *url.URL) - // InsertSchemaPropertyValue inserts a PropertyValue value at the - // specified index for a property "earlyItems". Existing elements at - // that index and higher are shifted back once. Invalidates all - // iterators. - InsertSchemaPropertyValue(idx int, v SchemaPropertyValue) - // InsertTootEmoji inserts a Emoji value at the specified index for a - // property "earlyItems". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertTootEmoji(idx int, v TootEmoji) - // InsertTootIdentityProof inserts a IdentityProof value at the specified - // index for a property "earlyItems". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertTootIdentityProof(idx int, v TootIdentityProof) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "earlyItems". Invalidates all iterators. Returns an - // error if the type is not a valid one to set for this property. - InsertType(idx int, t Type) error - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API method specifically needed only for alternate - // implementations for go-fed. Applications should not use this - // method. Panics if the index is out of bounds. - KindIndex(idx int) int - // Len returns the number of values that exist for the "earlyItems" - // property. - Len() (length int) - // Less computes whether another property is less than this one. Mixing - // types results in a consistent but arbitrary ordering - Less(i, j int) bool - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedEarlyItemsProperty) bool - // Name returns the name of this property ("earlyItems") with any alias. - Name() string - // PrependActivityStreamsAccept prepends a Accept value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsAccept(v ActivityStreamsAccept) - // PrependActivityStreamsActivity prepends a Activity value to the front - // of a list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsActivity(v ActivityStreamsActivity) - // PrependActivityStreamsAdd prepends a Add value to the front of a list - // of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsAdd(v ActivityStreamsAdd) - // PrependActivityStreamsAnnounce prepends a Announce value to the front - // of a list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce) - // PrependActivityStreamsApplication prepends a Application value to the - // front of a list of the property "earlyItems". Invalidates all - // iterators. - PrependActivityStreamsApplication(v ActivityStreamsApplication) - // PrependActivityStreamsArrive prepends a Arrive value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsArrive(v ActivityStreamsArrive) - // PrependActivityStreamsArticle prepends a Article value to the front of - // a list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsArticle(v ActivityStreamsArticle) - // PrependActivityStreamsAudio prepends a Audio value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsAudio(v ActivityStreamsAudio) - // PrependActivityStreamsBlock prepends a Block value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsBlock(v ActivityStreamsBlock) - // PrependActivityStreamsCollection prepends a Collection value to the - // front of a list of the property "earlyItems". Invalidates all - // iterators. - PrependActivityStreamsCollection(v ActivityStreamsCollection) - // PrependActivityStreamsCollectionPage prepends a CollectionPage value to - // the front of a list of the property "earlyItems". Invalidates all - // iterators. - PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage) - // PrependActivityStreamsCreate prepends a Create value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsCreate(v ActivityStreamsCreate) - // PrependActivityStreamsDelete prepends a Delete value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsDelete(v ActivityStreamsDelete) - // PrependActivityStreamsDislike prepends a Dislike value to the front of - // a list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsDislike(v ActivityStreamsDislike) - // PrependActivityStreamsDocument prepends a Document value to the front - // of a list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsDocument(v ActivityStreamsDocument) - // PrependActivityStreamsEvent prepends a Event value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsEvent(v ActivityStreamsEvent) - // PrependActivityStreamsFlag prepends a Flag value to the front of a list - // of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsFlag(v ActivityStreamsFlag) - // PrependActivityStreamsFollow prepends a Follow value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsFollow(v ActivityStreamsFollow) - // PrependActivityStreamsGroup prepends a Group value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsGroup(v ActivityStreamsGroup) - // PrependActivityStreamsIgnore prepends a Ignore value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsIgnore(v ActivityStreamsIgnore) - // PrependActivityStreamsImage prepends a Image value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsImage(v ActivityStreamsImage) - // PrependActivityStreamsIntransitiveActivity prepends a - // IntransitiveActivity value to the front of a list of the property - // "earlyItems". Invalidates all iterators. - PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity) - // PrependActivityStreamsInvite prepends a Invite value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsInvite(v ActivityStreamsInvite) - // PrependActivityStreamsJoin prepends a Join value to the front of a list - // of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsJoin(v ActivityStreamsJoin) - // PrependActivityStreamsLeave prepends a Leave value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsLeave(v ActivityStreamsLeave) - // PrependActivityStreamsLike prepends a Like value to the front of a list - // of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsLike(v ActivityStreamsLike) - // PrependActivityStreamsLink prepends a Link value to the front of a list - // of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsLink(v ActivityStreamsLink) - // PrependActivityStreamsListen prepends a Listen value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsListen(v ActivityStreamsListen) - // PrependActivityStreamsMention prepends a Mention value to the front of - // a list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsMention(v ActivityStreamsMention) - // PrependActivityStreamsMove prepends a Move value to the front of a list - // of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsMove(v ActivityStreamsMove) - // PrependActivityStreamsNote prepends a Note value to the front of a list - // of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsNote(v ActivityStreamsNote) - // PrependActivityStreamsObject prepends a Object value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsObject(v ActivityStreamsObject) - // PrependActivityStreamsOffer prepends a Offer value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsOffer(v ActivityStreamsOffer) - // PrependActivityStreamsOrderedCollection prepends a OrderedCollection - // value to the front of a list of the property "earlyItems". - // Invalidates all iterators. - PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // PrependActivityStreamsOrderedCollectionPage prepends a - // OrderedCollectionPage value to the front of a list of the property - // "earlyItems". Invalidates all iterators. - PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // PrependActivityStreamsOrganization prepends a Organization value to the - // front of a list of the property "earlyItems". Invalidates all - // iterators. - PrependActivityStreamsOrganization(v ActivityStreamsOrganization) - // PrependActivityStreamsPage prepends a Page value to the front of a list - // of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsPage(v ActivityStreamsPage) - // PrependActivityStreamsPerson prepends a Person value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsPerson(v ActivityStreamsPerson) - // PrependActivityStreamsPlace prepends a Place value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsPlace(v ActivityStreamsPlace) - // PrependActivityStreamsProfile prepends a Profile value to the front of - // a list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsProfile(v ActivityStreamsProfile) - // PrependActivityStreamsQuestion prepends a Question value to the front - // of a list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsQuestion(v ActivityStreamsQuestion) - // PrependActivityStreamsRead prepends a Read value to the front of a list - // of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsRead(v ActivityStreamsRead) - // PrependActivityStreamsReject prepends a Reject value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsReject(v ActivityStreamsReject) - // PrependActivityStreamsRelationship prepends a Relationship value to the - // front of a list of the property "earlyItems". Invalidates all - // iterators. - PrependActivityStreamsRelationship(v ActivityStreamsRelationship) - // PrependActivityStreamsRemove prepends a Remove value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsRemove(v ActivityStreamsRemove) - // PrependActivityStreamsService prepends a Service value to the front of - // a list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsService(v ActivityStreamsService) - // PrependActivityStreamsTentativeAccept prepends a TentativeAccept value - // to the front of a list of the property "earlyItems". Invalidates - // all iterators. - PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept) - // PrependActivityStreamsTentativeReject prepends a TentativeReject value - // to the front of a list of the property "earlyItems". Invalidates - // all iterators. - PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject) - // PrependActivityStreamsTombstone prepends a Tombstone value to the front - // of a list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsTombstone(v ActivityStreamsTombstone) - // PrependActivityStreamsTravel prepends a Travel value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsTravel(v ActivityStreamsTravel) - // PrependActivityStreamsUndo prepends a Undo value to the front of a list - // of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsUndo(v ActivityStreamsUndo) - // PrependActivityStreamsUpdate prepends a Update value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsUpdate(v ActivityStreamsUpdate) - // PrependActivityStreamsVideo prepends a Video value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsVideo(v ActivityStreamsVideo) - // PrependActivityStreamsView prepends a View value to the front of a list - // of the property "earlyItems". Invalidates all iterators. - PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "earlyItems". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "earlyItems". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "earlyItems". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "earlyItems". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "earlyItems". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "earlyItems". Invalidates all - // iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) - // PrependIRI prepends an IRI value to the front of a list of the property - // "earlyItems". - PrependIRI(v *url.URL) - // PrependSchemaPropertyValue prepends a PropertyValue value to the front - // of a list of the property "earlyItems". Invalidates all iterators. - PrependSchemaPropertyValue(v SchemaPropertyValue) - // PrependTootEmoji prepends a Emoji value to the front of a list of the - // property "earlyItems". Invalidates all iterators. - PrependTootEmoji(v TootEmoji) - // PrependTootIdentityProof prepends a IdentityProof value to the front of - // a list of the property "earlyItems". Invalidates all iterators. - PrependTootIdentityProof(v TootIdentityProof) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "earlyItems". Invalidates all iterators. Returns an - // error if the type is not a valid one to set for this property. - PrependType(t Type) error - // Remove deletes an element at the specified index from a list of the - // property "earlyItems", regardless of its type. Panics if the index - // is out of bounds. Invalidates all iterators. - Remove(idx int) - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // SetActivityStreamsAccept sets a Accept value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsAccept(idx int, v ActivityStreamsAccept) - // SetActivityStreamsActivity sets a Activity value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsActivity(idx int, v ActivityStreamsActivity) - // SetActivityStreamsAdd sets a Add value to be at the specified index for - // the property "earlyItems". Panics if the index is out of bounds. - // Invalidates all iterators. - SetActivityStreamsAdd(idx int, v ActivityStreamsAdd) - // SetActivityStreamsAnnounce sets a Announce value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce) - // SetActivityStreamsApplication sets a Application value to be at the - // specified index for the property "earlyItems". Panics if the index - // is out of bounds. Invalidates all iterators. - SetActivityStreamsApplication(idx int, v ActivityStreamsApplication) - // SetActivityStreamsArrive sets a Arrive value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsArrive(idx int, v ActivityStreamsArrive) - // SetActivityStreamsArticle sets a Article value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsArticle(idx int, v ActivityStreamsArticle) - // SetActivityStreamsAudio sets a Audio value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsAudio(idx int, v ActivityStreamsAudio) - // SetActivityStreamsBlock sets a Block value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsBlock(idx int, v ActivityStreamsBlock) - // SetActivityStreamsCollection sets a Collection value to be at the - // specified index for the property "earlyItems". Panics if the index - // is out of bounds. Invalidates all iterators. - SetActivityStreamsCollection(idx int, v ActivityStreamsCollection) - // SetActivityStreamsCollectionPage sets a CollectionPage value to be at - // the specified index for the property "earlyItems". Panics if the - // index is out of bounds. Invalidates all iterators. - SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage) - // SetActivityStreamsCreate sets a Create value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsCreate(idx int, v ActivityStreamsCreate) - // SetActivityStreamsDelete sets a Delete value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsDelete(idx int, v ActivityStreamsDelete) - // SetActivityStreamsDislike sets a Dislike value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsDislike(idx int, v ActivityStreamsDislike) - // SetActivityStreamsDocument sets a Document value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsDocument(idx int, v ActivityStreamsDocument) - // SetActivityStreamsEvent sets a Event value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsEvent(idx int, v ActivityStreamsEvent) - // SetActivityStreamsFlag sets a Flag value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsFlag(idx int, v ActivityStreamsFlag) - // SetActivityStreamsFollow sets a Follow value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsFollow(idx int, v ActivityStreamsFollow) - // SetActivityStreamsGroup sets a Group value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsGroup(idx int, v ActivityStreamsGroup) - // SetActivityStreamsIgnore sets a Ignore value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore) - // SetActivityStreamsImage sets a Image value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsImage(idx int, v ActivityStreamsImage) - // SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity - // value to be at the specified index for the property "earlyItems". - // Panics if the index is out of bounds. Invalidates all iterators. - SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity) - // SetActivityStreamsInvite sets a Invite value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsInvite(idx int, v ActivityStreamsInvite) - // SetActivityStreamsJoin sets a Join value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsJoin(idx int, v ActivityStreamsJoin) - // SetActivityStreamsLeave sets a Leave value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsLeave(idx int, v ActivityStreamsLeave) - // SetActivityStreamsLike sets a Like value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsLike(idx int, v ActivityStreamsLike) - // SetActivityStreamsLink sets a Link value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsLink(idx int, v ActivityStreamsLink) - // SetActivityStreamsListen sets a Listen value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsListen(idx int, v ActivityStreamsListen) - // SetActivityStreamsMention sets a Mention value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsMention(idx int, v ActivityStreamsMention) - // SetActivityStreamsMove sets a Move value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsMove(idx int, v ActivityStreamsMove) - // SetActivityStreamsNote sets a Note value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsNote(idx int, v ActivityStreamsNote) - // SetActivityStreamsObject sets a Object value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsObject(idx int, v ActivityStreamsObject) - // SetActivityStreamsOffer sets a Offer value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsOffer(idx int, v ActivityStreamsOffer) - // SetActivityStreamsOrderedCollection sets a OrderedCollection value to - // be at the specified index for the property "earlyItems". Panics if - // the index is out of bounds. Invalidates all iterators. - SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection) - // SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage - // value to be at the specified index for the property "earlyItems". - // Panics if the index is out of bounds. Invalidates all iterators. - SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage) - // SetActivityStreamsOrganization sets a Organization value to be at the - // specified index for the property "earlyItems". Panics if the index - // is out of bounds. Invalidates all iterators. - SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization) - // SetActivityStreamsPage sets a Page value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsPage(idx int, v ActivityStreamsPage) - // SetActivityStreamsPerson sets a Person value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsPerson(idx int, v ActivityStreamsPerson) - // SetActivityStreamsPlace sets a Place value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsPlace(idx int, v ActivityStreamsPlace) - // SetActivityStreamsProfile sets a Profile value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsProfile(idx int, v ActivityStreamsProfile) - // SetActivityStreamsQuestion sets a Question value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion) - // SetActivityStreamsRead sets a Read value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsRead(idx int, v ActivityStreamsRead) - // SetActivityStreamsReject sets a Reject value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsReject(idx int, v ActivityStreamsReject) - // SetActivityStreamsRelationship sets a Relationship value to be at the - // specified index for the property "earlyItems". Panics if the index - // is out of bounds. Invalidates all iterators. - SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship) - // SetActivityStreamsRemove sets a Remove value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsRemove(idx int, v ActivityStreamsRemove) - // SetActivityStreamsService sets a Service value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsService(idx int, v ActivityStreamsService) - // SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at - // the specified index for the property "earlyItems". Panics if the - // index is out of bounds. Invalidates all iterators. - SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept) - // SetActivityStreamsTentativeReject sets a TentativeReject value to be at - // the specified index for the property "earlyItems". Panics if the - // index is out of bounds. Invalidates all iterators. - SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject) - // SetActivityStreamsTombstone sets a Tombstone value to be at the - // specified index for the property "earlyItems". Panics if the index - // is out of bounds. Invalidates all iterators. - SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone) - // SetActivityStreamsTravel sets a Travel value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsTravel(idx int, v ActivityStreamsTravel) - // SetActivityStreamsUndo sets a Undo value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsUndo(idx int, v ActivityStreamsUndo) - // SetActivityStreamsUpdate sets a Update value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate) - // SetActivityStreamsVideo sets a Video value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsVideo(idx int, v ActivityStreamsVideo) - // SetActivityStreamsView sets a View value to be at the specified index - // for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "earlyItems". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "earlyItems". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "earlyItems". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "earlyItems". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "earlyItems". Panics if the index - // is out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) - // SetIRI sets an IRI value to be at the specified index for the property - // "earlyItems". Panics if the index is out of bounds. - SetIRI(idx int, v *url.URL) - // SetSchemaPropertyValue sets a PropertyValue value to be at the - // specified index for the property "earlyItems". Panics if the index - // is out of bounds. Invalidates all iterators. - SetSchemaPropertyValue(idx int, v SchemaPropertyValue) - // SetTootEmoji sets a Emoji value to be at the specified index for the - // property "earlyItems". Panics if the index is out of bounds. - // Invalidates all iterators. - SetTootEmoji(idx int, v TootEmoji) - // SetTootIdentityProof sets a IdentityProof value to be at the specified - // index for the property "earlyItems". Panics if the index is out of - // bounds. Invalidates all iterators. - SetTootIdentityProof(idx int, v TootIdentityProof) - // SetType sets an arbitrary type value to the specified index of the - // property "earlyItems". Invalidates all iterators. Returns an error - // if the type is not a valid one to set for this property. Panics if - // the index is out of bounds. - SetType(idx int, t Type) error - // Swap swaps the location of values at two indices for the "earlyItems" - // property. - Swap(i, j int) -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_filesAdded_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_filesAdded_interface.go deleted file mode 100644 index b7c567cba..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_filesAdded_interface.go +++ /dev/null @@ -1,132 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// ForgeFedFilesAddedPropertyIterator represents a single value for the -// "filesAdded" property. -type ForgeFedFilesAddedPropertyIterator interface { - // Get returns the value of this property. When IsXMLSchemaString returns - // false, Get will return any arbitrary value. - Get() string - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return any arbitrary value. - GetIRI() *url.URL - // HasAny returns true if the value or IRI is set. - HasAny() bool - // IsIRI returns true if this property is an IRI. - IsIRI() bool - // IsXMLSchemaString returns true if this property is set and not an IRI. - IsXMLSchemaString() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedFilesAddedPropertyIterator) bool - // Name returns the name of this property: "ForgeFedFilesAdded". - Name() string - // Next returns the next iterator, or nil if there is no next iterator. - Next() ForgeFedFilesAddedPropertyIterator - // Prev returns the previous iterator, or nil if there is no previous - // iterator. - Prev() ForgeFedFilesAddedPropertyIterator - // Set sets the value of this property. Calling IsXMLSchemaString - // afterwards will return true. - Set(v string) - // SetIRI sets the value of this property. Calling IsIRI afterwards will - // return true. - SetIRI(v *url.URL) -} - -// Specifies a filename, as a relative path, relative to the top of the tree of -// files in the Repository, of a file that got added in this Commit, and -// didn’t exist in the previous version of the tree. -type ForgeFedFilesAddedProperty interface { - // AppendIRI appends an IRI value to the back of a list of the property - // "filesAdded" - AppendIRI(v *url.URL) - // AppendXMLSchemaString appends a string value to the back of a list of - // the property "filesAdded". Invalidates iterators that are - // traversing using Prev. - AppendXMLSchemaString(v string) - // At returns the property value for the specified index. Panics if the - // index is out of bounds. - At(index int) ForgeFedFilesAddedPropertyIterator - // Begin returns the first iterator, or nil if empty. Can be used with the - // iterator's Next method and this property's End method to iterate - // from front to back through all values. - Begin() ForgeFedFilesAddedPropertyIterator - // Empty returns returns true if there are no elements. - Empty() bool - // End returns beyond-the-last iterator, which is nil. Can be used with - // the iterator's Next method and this property's Begin method to - // iterate from front to back through all values. - End() ForgeFedFilesAddedPropertyIterator - // Insert inserts an IRI value at the specified index for a property - // "filesAdded". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertIRI(idx int, v *url.URL) - // InsertXMLSchemaString inserts a string value at the specified index for - // a property "filesAdded". Existing elements at that index and higher - // are shifted back once. Invalidates all iterators. - InsertXMLSchemaString(idx int, v string) - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API method specifically needed only for alternate - // implementations for go-fed. Applications should not use this - // method. Panics if the index is out of bounds. - KindIndex(idx int) int - // Len returns the number of values that exist for the "filesAdded" - // property. - Len() (length int) - // Less computes whether another property is less than this one. Mixing - // types results in a consistent but arbitrary ordering - Less(i, j int) bool - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedFilesAddedProperty) bool - // Name returns the name of this property ("filesAdded") with any alias. - Name() string - // PrependIRI prepends an IRI value to the front of a list of the property - // "filesAdded". - PrependIRI(v *url.URL) - // PrependXMLSchemaString prepends a string value to the front of a list - // of the property "filesAdded". Invalidates all iterators. - PrependXMLSchemaString(v string) - // Remove deletes an element at the specified index from a list of the - // property "filesAdded", regardless of its type. Panics if the index - // is out of bounds. Invalidates all iterators. - Remove(idx int) - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // Set sets a string value to be at the specified index for the property - // "filesAdded". Panics if the index is out of bounds. Invalidates all - // iterators. - Set(idx int, v string) - // SetIRI sets an IRI value to be at the specified index for the property - // "filesAdded". Panics if the index is out of bounds. - SetIRI(idx int, v *url.URL) - // Swap swaps the location of values at two indices for the "filesAdded" - // property. - Swap(i, j int) -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_filesModified_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_filesModified_interface.go deleted file mode 100644 index 928818716..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_filesModified_interface.go +++ /dev/null @@ -1,132 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// ForgeFedFilesModifiedPropertyIterator represents a single value for the -// "filesModified" property. -type ForgeFedFilesModifiedPropertyIterator interface { - // Get returns the value of this property. When IsXMLSchemaString returns - // false, Get will return any arbitrary value. - Get() string - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return any arbitrary value. - GetIRI() *url.URL - // HasAny returns true if the value or IRI is set. - HasAny() bool - // IsIRI returns true if this property is an IRI. - IsIRI() bool - // IsXMLSchemaString returns true if this property is set and not an IRI. - IsXMLSchemaString() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedFilesModifiedPropertyIterator) bool - // Name returns the name of this property: "ForgeFedFilesModified". - Name() string - // Next returns the next iterator, or nil if there is no next iterator. - Next() ForgeFedFilesModifiedPropertyIterator - // Prev returns the previous iterator, or nil if there is no previous - // iterator. - Prev() ForgeFedFilesModifiedPropertyIterator - // Set sets the value of this property. Calling IsXMLSchemaString - // afterwards will return true. - Set(v string) - // SetIRI sets the value of this property. Calling IsIRI afterwards will - // return true. - SetIRI(v *url.URL) -} - -// Specifies a filename, as a relative path, relative to the top of the tree of -// files in the Repository, of a file that existed in the previous version of -// the tree, and its contents got modified in this Commit. -type ForgeFedFilesModifiedProperty interface { - // AppendIRI appends an IRI value to the back of a list of the property - // "filesModified" - AppendIRI(v *url.URL) - // AppendXMLSchemaString appends a string value to the back of a list of - // the property "filesModified". Invalidates iterators that are - // traversing using Prev. - AppendXMLSchemaString(v string) - // At returns the property value for the specified index. Panics if the - // index is out of bounds. - At(index int) ForgeFedFilesModifiedPropertyIterator - // Begin returns the first iterator, or nil if empty. Can be used with the - // iterator's Next method and this property's End method to iterate - // from front to back through all values. - Begin() ForgeFedFilesModifiedPropertyIterator - // Empty returns returns true if there are no elements. - Empty() bool - // End returns beyond-the-last iterator, which is nil. Can be used with - // the iterator's Next method and this property's Begin method to - // iterate from front to back through all values. - End() ForgeFedFilesModifiedPropertyIterator - // Insert inserts an IRI value at the specified index for a property - // "filesModified". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertIRI(idx int, v *url.URL) - // InsertXMLSchemaString inserts a string value at the specified index for - // a property "filesModified". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertXMLSchemaString(idx int, v string) - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API method specifically needed only for alternate - // implementations for go-fed. Applications should not use this - // method. Panics if the index is out of bounds. - KindIndex(idx int) int - // Len returns the number of values that exist for the "filesModified" - // property. - Len() (length int) - // Less computes whether another property is less than this one. Mixing - // types results in a consistent but arbitrary ordering - Less(i, j int) bool - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedFilesModifiedProperty) bool - // Name returns the name of this property ("filesModified") with any alias. - Name() string - // PrependIRI prepends an IRI value to the front of a list of the property - // "filesModified". - PrependIRI(v *url.URL) - // PrependXMLSchemaString prepends a string value to the front of a list - // of the property "filesModified". Invalidates all iterators. - PrependXMLSchemaString(v string) - // Remove deletes an element at the specified index from a list of the - // property "filesModified", regardless of its type. Panics if the - // index is out of bounds. Invalidates all iterators. - Remove(idx int) - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // Set sets a string value to be at the specified index for the property - // "filesModified". Panics if the index is out of bounds. Invalidates - // all iterators. - Set(idx int, v string) - // SetIRI sets an IRI value to be at the specified index for the property - // "filesModified". Panics if the index is out of bounds. - SetIRI(idx int, v *url.URL) - // Swap swaps the location of values at two indices for the - // "filesModified" property. - Swap(i, j int) -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_filesRemoved_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_filesRemoved_interface.go deleted file mode 100644 index ecbbe8170..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_filesRemoved_interface.go +++ /dev/null @@ -1,132 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// ForgeFedFilesRemovedPropertyIterator represents a single value for the -// "filesRemoved" property. -type ForgeFedFilesRemovedPropertyIterator interface { - // Get returns the value of this property. When IsXMLSchemaString returns - // false, Get will return any arbitrary value. - Get() string - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return any arbitrary value. - GetIRI() *url.URL - // HasAny returns true if the value or IRI is set. - HasAny() bool - // IsIRI returns true if this property is an IRI. - IsIRI() bool - // IsXMLSchemaString returns true if this property is set and not an IRI. - IsXMLSchemaString() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedFilesRemovedPropertyIterator) bool - // Name returns the name of this property: "ForgeFedFilesRemoved". - Name() string - // Next returns the next iterator, or nil if there is no next iterator. - Next() ForgeFedFilesRemovedPropertyIterator - // Prev returns the previous iterator, or nil if there is no previous - // iterator. - Prev() ForgeFedFilesRemovedPropertyIterator - // Set sets the value of this property. Calling IsXMLSchemaString - // afterwards will return true. - Set(v string) - // SetIRI sets the value of this property. Calling IsIRI afterwards will - // return true. - SetIRI(v *url.URL) -} - -// Specifies a filename, as a relative path, relative to the top of the tree of -// files in the Repository, of a file that existed in the previous version of -// the tree, and got removed from the tree in this Commit. -type ForgeFedFilesRemovedProperty interface { - // AppendIRI appends an IRI value to the back of a list of the property - // "filesRemoved" - AppendIRI(v *url.URL) - // AppendXMLSchemaString appends a string value to the back of a list of - // the property "filesRemoved". Invalidates iterators that are - // traversing using Prev. - AppendXMLSchemaString(v string) - // At returns the property value for the specified index. Panics if the - // index is out of bounds. - At(index int) ForgeFedFilesRemovedPropertyIterator - // Begin returns the first iterator, or nil if empty. Can be used with the - // iterator's Next method and this property's End method to iterate - // from front to back through all values. - Begin() ForgeFedFilesRemovedPropertyIterator - // Empty returns returns true if there are no elements. - Empty() bool - // End returns beyond-the-last iterator, which is nil. Can be used with - // the iterator's Next method and this property's Begin method to - // iterate from front to back through all values. - End() ForgeFedFilesRemovedPropertyIterator - // Insert inserts an IRI value at the specified index for a property - // "filesRemoved". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertIRI(idx int, v *url.URL) - // InsertXMLSchemaString inserts a string value at the specified index for - // a property "filesRemoved". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertXMLSchemaString(idx int, v string) - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API method specifically needed only for alternate - // implementations for go-fed. Applications should not use this - // method. Panics if the index is out of bounds. - KindIndex(idx int) int - // Len returns the number of values that exist for the "filesRemoved" - // property. - Len() (length int) - // Less computes whether another property is less than this one. Mixing - // types results in a consistent but arbitrary ordering - Less(i, j int) bool - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedFilesRemovedProperty) bool - // Name returns the name of this property ("filesRemoved") with any alias. - Name() string - // PrependIRI prepends an IRI value to the front of a list of the property - // "filesRemoved". - PrependIRI(v *url.URL) - // PrependXMLSchemaString prepends a string value to the front of a list - // of the property "filesRemoved". Invalidates all iterators. - PrependXMLSchemaString(v string) - // Remove deletes an element at the specified index from a list of the - // property "filesRemoved", regardless of its type. Panics if the - // index is out of bounds. Invalidates all iterators. - Remove(idx int) - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // Set sets a string value to be at the specified index for the property - // "filesRemoved". Panics if the index is out of bounds. Invalidates - // all iterators. - Set(idx int, v string) - // SetIRI sets an IRI value to be at the specified index for the property - // "filesRemoved". Panics if the index is out of bounds. - SetIRI(idx int, v *url.URL) - // Swap swaps the location of values at two indices for the "filesRemoved" - // property. - Swap(i, j int) -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_forks_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_forks_interface.go deleted file mode 100644 index 545c08b83..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_forks_interface.go +++ /dev/null @@ -1,82 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// Identifies an OrderedCollection of Repositorys which were created as forks of -// this Repository, i.e. by cloning it. The order of the collection items is -// by reverse chronological order of the forking events. -type ForgeFedForksProperty interface { - // Clear ensures no value of this property is set. Calling HasAny or any - // of the 'Is' methods afterwards will return false. - Clear() - // GetActivityStreamsOrderedCollection returns the value of this property. - // When IsActivityStreamsOrderedCollection returns false, - // GetActivityStreamsOrderedCollection will return an arbitrary value. - GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection - // GetActivityStreamsOrderedCollectionPage returns the value of this - // property. When IsActivityStreamsOrderedCollectionPage returns - // false, GetActivityStreamsOrderedCollectionPage will return an - // arbitrary value. - GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return an arbitrary value. - GetIRI() *url.URL - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if any of the different values is set. - HasAny() bool - // IsActivityStreamsOrderedCollection returns true if this property has a - // type of "OrderedCollection". When true, use the - // GetActivityStreamsOrderedCollection and - // SetActivityStreamsOrderedCollection methods to access and set this - // property. - IsActivityStreamsOrderedCollection() bool - // IsActivityStreamsOrderedCollectionPage returns true if this property - // has a type of "OrderedCollectionPage". When true, use the - // GetActivityStreamsOrderedCollectionPage and - // SetActivityStreamsOrderedCollectionPage methods to access and set - // this property. - IsActivityStreamsOrderedCollectionPage() bool - // IsIRI returns true if this property is an IRI. When true, use GetIRI - // and SetIRI to access and set this property - IsIRI() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedForksProperty) bool - // Name returns the name of this property: "forks". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // SetActivityStreamsOrderedCollection sets the value of this property. - // Calling IsActivityStreamsOrderedCollection afterwards returns true. - SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // SetActivityStreamsOrderedCollectionPage sets the value of this - // property. Calling IsActivityStreamsOrderedCollectionPage afterwards - // returns true. - SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // SetIRI sets the value of this property. Calling IsIRI afterwards - // returns true. - SetIRI(v *url.URL) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_hash_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_hash_interface.go deleted file mode 100644 index 4f1a0b924..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_hash_interface.go +++ /dev/null @@ -1,56 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// Specifies the hash associated with a Commit, which is a unique identifier of -// the commit within the Repository, usually generated as a cryptographic hash -// function of some (or all) of the commit’s data or metadata. For example, -// in Git it would be the SHA1 hash of the commit; in Darcs it would be the -// SHA1 hash of the patch info. -type ForgeFedHashProperty interface { - // Clear ensures no value of this property is set. Calling - // IsXMLSchemaString afterwards will return false. - Clear() - // Get returns the value of this property. When IsXMLSchemaString returns - // false, Get will return any arbitrary value. - Get() string - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return any arbitrary value. - GetIRI() *url.URL - // HasAny returns true if the value or IRI is set. - HasAny() bool - // IsIRI returns true if this property is an IRI. - IsIRI() bool - // IsXMLSchemaString returns true if this property is set and not an IRI. - IsXMLSchemaString() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedHashProperty) bool - // Name returns the name of this property: "hash". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // Set sets the value of this property. Calling IsXMLSchemaString - // afterwards will return true. - Set(v string) - // SetIRI sets the value of this property. Calling IsIRI afterwards will - // return true. - SetIRI(v *url.URL) -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_isResolved_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_isResolved_interface.go deleted file mode 100644 index 2567d86fa..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_isResolved_interface.go +++ /dev/null @@ -1,53 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// Specifies whether the Ticket is closed, i.e. the work on it is done and it -// doesn’t need to attract attention anymore. -type ForgeFedIsResolvedProperty interface { - // Clear ensures no value of this property is set. Calling - // IsXMLSchemaBoolean afterwards will return false. - Clear() - // Get returns the value of this property. When IsXMLSchemaBoolean returns - // false, Get will return any arbitrary value. - Get() bool - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return any arbitrary value. - GetIRI() *url.URL - // HasAny returns true if the value or IRI is set. - HasAny() bool - // IsIRI returns true if this property is an IRI. - IsIRI() bool - // IsXMLSchemaBoolean returns true if this property is set and not an IRI. - IsXMLSchemaBoolean() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedIsResolvedProperty) bool - // Name returns the name of this property: "isResolved". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // Set sets the value of this property. Calling IsXMLSchemaBoolean - // afterwards will return true. - Set(v bool) - // SetIRI sets the value of this property. Calling IsIRI afterwards will - // return true. - SetIRI(v *url.URL) -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_ref_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_ref_interface.go deleted file mode 100644 index bedabcadc..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_ref_interface.go +++ /dev/null @@ -1,66 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// Specifies an identifier for a Branch, that is used in the Repository to -// uniquely refer to it. For example, in Git, "refs/heads/master" would be the -// ref of the master branch. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://forgefed.peers.community/ns" -// ], -// "context": "https://example.org/luke/myrepo", -// "id": "https://example.org/luke/myrepo/branches/master", -// "name": "master", -// "ref": "refs/heads/master", -// "type": "Branch" -// } -type ForgeFedRefProperty interface { - // Clear ensures no value of this property is set. Calling - // IsXMLSchemaString afterwards will return false. - Clear() - // Get returns the value of this property. When IsXMLSchemaString returns - // false, Get will return any arbitrary value. - Get() string - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return any arbitrary value. - GetIRI() *url.URL - // HasAny returns true if the value or IRI is set. - HasAny() bool - // IsIRI returns true if this property is an IRI. - IsIRI() bool - // IsXMLSchemaString returns true if this property is set and not an IRI. - IsXMLSchemaString() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedRefProperty) bool - // Name returns the name of this property: "ref". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // Set sets the value of this property. Calling IsXMLSchemaString - // afterwards will return true. - Set(v string) - // SetIRI sets the value of this property. Calling IsIRI afterwards will - // return true. - SetIRI(v *url.URL) -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_team_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_team_interface.go deleted file mode 100644 index 9e8d88b26..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_team_interface.go +++ /dev/null @@ -1,142 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// Specifies a Collection of actors who are working on the object, or responsible -// for it, or managing or administrating it, or having edit access to it. For -// example, for a Repository, it could be the people who have push/edit -// access, the "collaborators" of the repository. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://w3id.org/security/v1", -// "https://forgefed.peers.community/ns" -// ], -// "followers": "https://dev.example/aviva/treesim/followers", -// "id": "https://dev.example/aviva/treesim", -// "inbox": "https://dev.example/aviva/treesim/inbox", -// "name": "Tree Growth 3D Simulation", -// "outbox": "https://dev.example/aviva/treesim/outbox", -// "publicKey": { -// "id": "https://dev.example/aviva/treesim#main-key", -// "owner": "https://dev.example/aviva/treesim", -// "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhki....." -// }, -// "summary": "\u003cp\u003eTree growth 3D simulator for my nature -// exploration game\u003c/p\u003e", -// "team": "https://dev.example/aviva/treesim/team", -// "type": "Repository" -// } -// -// { -// "@context": "https://www.w3.org/ns/activitystreams", -// "id": "https://dev.example/aviva/treesim/team", -// "items": [ -// "https://dev.example/aviva", -// "https://dev.example/luke", -// "https://code.community/users/lorax" -// ], -// "totalItems": 3, -// "type": "Collection" -// } -type ForgeFedTeamProperty interface { - // Clear ensures no value of this property is set. Calling HasAny or any - // of the 'Is' methods afterwards will return false. - Clear() - // GetActivityStreamsCollection returns the value of this property. When - // IsActivityStreamsCollection returns false, - // GetActivityStreamsCollection will return an arbitrary value. - GetActivityStreamsCollection() ActivityStreamsCollection - // GetActivityStreamsCollectionPage returns the value of this property. - // When IsActivityStreamsCollectionPage returns false, - // GetActivityStreamsCollectionPage will return an arbitrary value. - GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage - // GetActivityStreamsOrderedCollection returns the value of this property. - // When IsActivityStreamsOrderedCollection returns false, - // GetActivityStreamsOrderedCollection will return an arbitrary value. - GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection - // GetActivityStreamsOrderedCollectionPage returns the value of this - // property. When IsActivityStreamsOrderedCollectionPage returns - // false, GetActivityStreamsOrderedCollectionPage will return an - // arbitrary value. - GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return an arbitrary value. - GetIRI() *url.URL - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if any of the different values is set. - HasAny() bool - // IsActivityStreamsCollection returns true if this property has a type of - // "Collection". When true, use the GetActivityStreamsCollection and - // SetActivityStreamsCollection methods to access and set this - // property. - IsActivityStreamsCollection() bool - // IsActivityStreamsCollectionPage returns true if this property has a - // type of "CollectionPage". When true, use the - // GetActivityStreamsCollectionPage and - // SetActivityStreamsCollectionPage methods to access and set this - // property. - IsActivityStreamsCollectionPage() bool - // IsActivityStreamsOrderedCollection returns true if this property has a - // type of "OrderedCollection". When true, use the - // GetActivityStreamsOrderedCollection and - // SetActivityStreamsOrderedCollection methods to access and set this - // property. - IsActivityStreamsOrderedCollection() bool - // IsActivityStreamsOrderedCollectionPage returns true if this property - // has a type of "OrderedCollectionPage". When true, use the - // GetActivityStreamsOrderedCollectionPage and - // SetActivityStreamsOrderedCollectionPage methods to access and set - // this property. - IsActivityStreamsOrderedCollectionPage() bool - // IsIRI returns true if this property is an IRI. When true, use GetIRI - // and SetIRI to access and set this property - IsIRI() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedTeamProperty) bool - // Name returns the name of this property: "team". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // SetActivityStreamsCollection sets the value of this property. Calling - // IsActivityStreamsCollection afterwards returns true. - SetActivityStreamsCollection(v ActivityStreamsCollection) - // SetActivityStreamsCollectionPage sets the value of this property. - // Calling IsActivityStreamsCollectionPage afterwards returns true. - SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage) - // SetActivityStreamsOrderedCollection sets the value of this property. - // Calling IsActivityStreamsOrderedCollection afterwards returns true. - SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // SetActivityStreamsOrderedCollectionPage sets the value of this - // property. Calling IsActivityStreamsOrderedCollectionPage afterwards - // returns true. - SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // SetIRI sets the value of this property. Calling IsIRI afterwards - // returns true. - SetIRI(v *url.URL) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_ticketsTrackedBy_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_ticketsTrackedBy_interface.go deleted file mode 100644 index 6d69339e1..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_ticketsTrackedBy_interface.go +++ /dev/null @@ -1,756 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// Identifies the actor which tracks tickets related to the given object. This is -// the actor to whom you send tickets you’d like to open against the object. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://forgefed.peers.community/ns" -// ], -// "id": "https://dev.example/aviva/treesim", -// "name": "Tree Growth 3D Simulation", -// "summary": "\u003cp\u003eTree growth 3D simulator for my nature -// exploration game\u003c/p\u003e", -// "ticketsTrackedBy": "https://bugs.example/projects/treesim", -// "type": "Repository" -// } -type ForgeFedTicketsTrackedByProperty interface { - // Clear ensures no value of this property is set. Calling HasAny or any - // of the 'Is' methods afterwards will return false. - Clear() - // GetActivityStreamsAccept returns the value of this property. When - // IsActivityStreamsAccept returns false, GetActivityStreamsAccept - // will return an arbitrary value. - GetActivityStreamsAccept() ActivityStreamsAccept - // GetActivityStreamsActivity returns the value of this property. When - // IsActivityStreamsActivity returns false, GetActivityStreamsActivity - // will return an arbitrary value. - GetActivityStreamsActivity() ActivityStreamsActivity - // GetActivityStreamsAdd returns the value of this property. When - // IsActivityStreamsAdd returns false, GetActivityStreamsAdd will - // return an arbitrary value. - GetActivityStreamsAdd() ActivityStreamsAdd - // GetActivityStreamsAnnounce returns the value of this property. When - // IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce - // will return an arbitrary value. - GetActivityStreamsAnnounce() ActivityStreamsAnnounce - // GetActivityStreamsApplication returns the value of this property. When - // IsActivityStreamsApplication returns false, - // GetActivityStreamsApplication will return an arbitrary value. - GetActivityStreamsApplication() ActivityStreamsApplication - // GetActivityStreamsArrive returns the value of this property. When - // IsActivityStreamsArrive returns false, GetActivityStreamsArrive - // will return an arbitrary value. - GetActivityStreamsArrive() ActivityStreamsArrive - // GetActivityStreamsArticle returns the value of this property. When - // IsActivityStreamsArticle returns false, GetActivityStreamsArticle - // will return an arbitrary value. - GetActivityStreamsArticle() ActivityStreamsArticle - // GetActivityStreamsAudio returns the value of this property. When - // IsActivityStreamsAudio returns false, GetActivityStreamsAudio will - // return an arbitrary value. - GetActivityStreamsAudio() ActivityStreamsAudio - // GetActivityStreamsBlock returns the value of this property. When - // IsActivityStreamsBlock returns false, GetActivityStreamsBlock will - // return an arbitrary value. - GetActivityStreamsBlock() ActivityStreamsBlock - // GetActivityStreamsCollection returns the value of this property. When - // IsActivityStreamsCollection returns false, - // GetActivityStreamsCollection will return an arbitrary value. - GetActivityStreamsCollection() ActivityStreamsCollection - // GetActivityStreamsCollectionPage returns the value of this property. - // When IsActivityStreamsCollectionPage returns false, - // GetActivityStreamsCollectionPage will return an arbitrary value. - GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage - // GetActivityStreamsCreate returns the value of this property. When - // IsActivityStreamsCreate returns false, GetActivityStreamsCreate - // will return an arbitrary value. - GetActivityStreamsCreate() ActivityStreamsCreate - // GetActivityStreamsDelete returns the value of this property. When - // IsActivityStreamsDelete returns false, GetActivityStreamsDelete - // will return an arbitrary value. - GetActivityStreamsDelete() ActivityStreamsDelete - // GetActivityStreamsDislike returns the value of this property. When - // IsActivityStreamsDislike returns false, GetActivityStreamsDislike - // will return an arbitrary value. - GetActivityStreamsDislike() ActivityStreamsDislike - // GetActivityStreamsDocument returns the value of this property. When - // IsActivityStreamsDocument returns false, GetActivityStreamsDocument - // will return an arbitrary value. - GetActivityStreamsDocument() ActivityStreamsDocument - // GetActivityStreamsEvent returns the value of this property. When - // IsActivityStreamsEvent returns false, GetActivityStreamsEvent will - // return an arbitrary value. - GetActivityStreamsEvent() ActivityStreamsEvent - // GetActivityStreamsFlag returns the value of this property. When - // IsActivityStreamsFlag returns false, GetActivityStreamsFlag will - // return an arbitrary value. - GetActivityStreamsFlag() ActivityStreamsFlag - // GetActivityStreamsFollow returns the value of this property. When - // IsActivityStreamsFollow returns false, GetActivityStreamsFollow - // will return an arbitrary value. - GetActivityStreamsFollow() ActivityStreamsFollow - // GetActivityStreamsGroup returns the value of this property. When - // IsActivityStreamsGroup returns false, GetActivityStreamsGroup will - // return an arbitrary value. - GetActivityStreamsGroup() ActivityStreamsGroup - // GetActivityStreamsIgnore returns the value of this property. When - // IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore - // will return an arbitrary value. - GetActivityStreamsIgnore() ActivityStreamsIgnore - // GetActivityStreamsImage returns the value of this property. When - // IsActivityStreamsImage returns false, GetActivityStreamsImage will - // return an arbitrary value. - GetActivityStreamsImage() ActivityStreamsImage - // GetActivityStreamsIntransitiveActivity returns the value of this - // property. When IsActivityStreamsIntransitiveActivity returns false, - // GetActivityStreamsIntransitiveActivity will return an arbitrary - // value. - GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity - // GetActivityStreamsInvite returns the value of this property. When - // IsActivityStreamsInvite returns false, GetActivityStreamsInvite - // will return an arbitrary value. - GetActivityStreamsInvite() ActivityStreamsInvite - // GetActivityStreamsJoin returns the value of this property. When - // IsActivityStreamsJoin returns false, GetActivityStreamsJoin will - // return an arbitrary value. - GetActivityStreamsJoin() ActivityStreamsJoin - // GetActivityStreamsLeave returns the value of this property. When - // IsActivityStreamsLeave returns false, GetActivityStreamsLeave will - // return an arbitrary value. - GetActivityStreamsLeave() ActivityStreamsLeave - // GetActivityStreamsLike returns the value of this property. When - // IsActivityStreamsLike returns false, GetActivityStreamsLike will - // return an arbitrary value. - GetActivityStreamsLike() ActivityStreamsLike - // GetActivityStreamsListen returns the value of this property. When - // IsActivityStreamsListen returns false, GetActivityStreamsListen - // will return an arbitrary value. - GetActivityStreamsListen() ActivityStreamsListen - // GetActivityStreamsMove returns the value of this property. When - // IsActivityStreamsMove returns false, GetActivityStreamsMove will - // return an arbitrary value. - GetActivityStreamsMove() ActivityStreamsMove - // GetActivityStreamsNote returns the value of this property. When - // IsActivityStreamsNote returns false, GetActivityStreamsNote will - // return an arbitrary value. - GetActivityStreamsNote() ActivityStreamsNote - // GetActivityStreamsObject returns the value of this property. When - // IsActivityStreamsObject returns false, GetActivityStreamsObject - // will return an arbitrary value. - GetActivityStreamsObject() ActivityStreamsObject - // GetActivityStreamsOffer returns the value of this property. When - // IsActivityStreamsOffer returns false, GetActivityStreamsOffer will - // return an arbitrary value. - GetActivityStreamsOffer() ActivityStreamsOffer - // GetActivityStreamsOrderedCollection returns the value of this property. - // When IsActivityStreamsOrderedCollection returns false, - // GetActivityStreamsOrderedCollection will return an arbitrary value. - GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection - // GetActivityStreamsOrderedCollectionPage returns the value of this - // property. When IsActivityStreamsOrderedCollectionPage returns - // false, GetActivityStreamsOrderedCollectionPage will return an - // arbitrary value. - GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage - // GetActivityStreamsOrganization returns the value of this property. When - // IsActivityStreamsOrganization returns false, - // GetActivityStreamsOrganization will return an arbitrary value. - GetActivityStreamsOrganization() ActivityStreamsOrganization - // GetActivityStreamsPage returns the value of this property. When - // IsActivityStreamsPage returns false, GetActivityStreamsPage will - // return an arbitrary value. - GetActivityStreamsPage() ActivityStreamsPage - // GetActivityStreamsPerson returns the value of this property. When - // IsActivityStreamsPerson returns false, GetActivityStreamsPerson - // will return an arbitrary value. - GetActivityStreamsPerson() ActivityStreamsPerson - // GetActivityStreamsPlace returns the value of this property. When - // IsActivityStreamsPlace returns false, GetActivityStreamsPlace will - // return an arbitrary value. - GetActivityStreamsPlace() ActivityStreamsPlace - // GetActivityStreamsProfile returns the value of this property. When - // IsActivityStreamsProfile returns false, GetActivityStreamsProfile - // will return an arbitrary value. - GetActivityStreamsProfile() ActivityStreamsProfile - // GetActivityStreamsQuestion returns the value of this property. When - // IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion - // will return an arbitrary value. - GetActivityStreamsQuestion() ActivityStreamsQuestion - // GetActivityStreamsRead returns the value of this property. When - // IsActivityStreamsRead returns false, GetActivityStreamsRead will - // return an arbitrary value. - GetActivityStreamsRead() ActivityStreamsRead - // GetActivityStreamsReject returns the value of this property. When - // IsActivityStreamsReject returns false, GetActivityStreamsReject - // will return an arbitrary value. - GetActivityStreamsReject() ActivityStreamsReject - // GetActivityStreamsRelationship returns the value of this property. When - // IsActivityStreamsRelationship returns false, - // GetActivityStreamsRelationship will return an arbitrary value. - GetActivityStreamsRelationship() ActivityStreamsRelationship - // GetActivityStreamsRemove returns the value of this property. When - // IsActivityStreamsRemove returns false, GetActivityStreamsRemove - // will return an arbitrary value. - GetActivityStreamsRemove() ActivityStreamsRemove - // GetActivityStreamsService returns the value of this property. When - // IsActivityStreamsService returns false, GetActivityStreamsService - // will return an arbitrary value. - GetActivityStreamsService() ActivityStreamsService - // GetActivityStreamsTentativeAccept returns the value of this property. - // When IsActivityStreamsTentativeAccept returns false, - // GetActivityStreamsTentativeAccept will return an arbitrary value. - GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept - // GetActivityStreamsTentativeReject returns the value of this property. - // When IsActivityStreamsTentativeReject returns false, - // GetActivityStreamsTentativeReject will return an arbitrary value. - GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject - // GetActivityStreamsTombstone returns the value of this property. When - // IsActivityStreamsTombstone returns false, - // GetActivityStreamsTombstone will return an arbitrary value. - GetActivityStreamsTombstone() ActivityStreamsTombstone - // GetActivityStreamsTravel returns the value of this property. When - // IsActivityStreamsTravel returns false, GetActivityStreamsTravel - // will return an arbitrary value. - GetActivityStreamsTravel() ActivityStreamsTravel - // GetActivityStreamsUndo returns the value of this property. When - // IsActivityStreamsUndo returns false, GetActivityStreamsUndo will - // return an arbitrary value. - GetActivityStreamsUndo() ActivityStreamsUndo - // GetActivityStreamsUpdate returns the value of this property. When - // IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate - // will return an arbitrary value. - GetActivityStreamsUpdate() ActivityStreamsUpdate - // GetActivityStreamsVideo returns the value of this property. When - // IsActivityStreamsVideo returns false, GetActivityStreamsVideo will - // return an arbitrary value. - GetActivityStreamsVideo() ActivityStreamsVideo - // GetActivityStreamsView returns the value of this property. When - // IsActivityStreamsView returns false, GetActivityStreamsView will - // return an arbitrary value. - GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return an arbitrary value. - GetIRI() *url.URL - // GetSchemaPropertyValue returns the value of this property. When - // IsSchemaPropertyValue returns false, GetSchemaPropertyValue will - // return an arbitrary value. - GetSchemaPropertyValue() SchemaPropertyValue - // GetTootEmoji returns the value of this property. When IsTootEmoji - // returns false, GetTootEmoji will return an arbitrary value. - GetTootEmoji() TootEmoji - // GetTootIdentityProof returns the value of this property. When - // IsTootIdentityProof returns false, GetTootIdentityProof will return - // an arbitrary value. - GetTootIdentityProof() TootIdentityProof - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if any of the different values is set. - HasAny() bool - // IsActivityStreamsAccept returns true if this property has a type of - // "Accept". When true, use the GetActivityStreamsAccept and - // SetActivityStreamsAccept methods to access and set this property. - IsActivityStreamsAccept() bool - // IsActivityStreamsActivity returns true if this property has a type of - // "Activity". When true, use the GetActivityStreamsActivity and - // SetActivityStreamsActivity methods to access and set this property. - IsActivityStreamsActivity() bool - // IsActivityStreamsAdd returns true if this property has a type of "Add". - // When true, use the GetActivityStreamsAdd and SetActivityStreamsAdd - // methods to access and set this property. - IsActivityStreamsAdd() bool - // IsActivityStreamsAnnounce returns true if this property has a type of - // "Announce". When true, use the GetActivityStreamsAnnounce and - // SetActivityStreamsAnnounce methods to access and set this property. - IsActivityStreamsAnnounce() bool - // IsActivityStreamsApplication returns true if this property has a type - // of "Application". When true, use the GetActivityStreamsApplication - // and SetActivityStreamsApplication methods to access and set this - // property. - IsActivityStreamsApplication() bool - // IsActivityStreamsArrive returns true if this property has a type of - // "Arrive". When true, use the GetActivityStreamsArrive and - // SetActivityStreamsArrive methods to access and set this property. - IsActivityStreamsArrive() bool - // IsActivityStreamsArticle returns true if this property has a type of - // "Article". When true, use the GetActivityStreamsArticle and - // SetActivityStreamsArticle methods to access and set this property. - IsActivityStreamsArticle() bool - // IsActivityStreamsAudio returns true if this property has a type of - // "Audio". When true, use the GetActivityStreamsAudio and - // SetActivityStreamsAudio methods to access and set this property. - IsActivityStreamsAudio() bool - // IsActivityStreamsBlock returns true if this property has a type of - // "Block". When true, use the GetActivityStreamsBlock and - // SetActivityStreamsBlock methods to access and set this property. - IsActivityStreamsBlock() bool - // IsActivityStreamsCollection returns true if this property has a type of - // "Collection". When true, use the GetActivityStreamsCollection and - // SetActivityStreamsCollection methods to access and set this - // property. - IsActivityStreamsCollection() bool - // IsActivityStreamsCollectionPage returns true if this property has a - // type of "CollectionPage". When true, use the - // GetActivityStreamsCollectionPage and - // SetActivityStreamsCollectionPage methods to access and set this - // property. - IsActivityStreamsCollectionPage() bool - // IsActivityStreamsCreate returns true if this property has a type of - // "Create". When true, use the GetActivityStreamsCreate and - // SetActivityStreamsCreate methods to access and set this property. - IsActivityStreamsCreate() bool - // IsActivityStreamsDelete returns true if this property has a type of - // "Delete". When true, use the GetActivityStreamsDelete and - // SetActivityStreamsDelete methods to access and set this property. - IsActivityStreamsDelete() bool - // IsActivityStreamsDislike returns true if this property has a type of - // "Dislike". When true, use the GetActivityStreamsDislike and - // SetActivityStreamsDislike methods to access and set this property. - IsActivityStreamsDislike() bool - // IsActivityStreamsDocument returns true if this property has a type of - // "Document". When true, use the GetActivityStreamsDocument and - // SetActivityStreamsDocument methods to access and set this property. - IsActivityStreamsDocument() bool - // IsActivityStreamsEvent returns true if this property has a type of - // "Event". When true, use the GetActivityStreamsEvent and - // SetActivityStreamsEvent methods to access and set this property. - IsActivityStreamsEvent() bool - // IsActivityStreamsFlag returns true if this property has a type of - // "Flag". When true, use the GetActivityStreamsFlag and - // SetActivityStreamsFlag methods to access and set this property. - IsActivityStreamsFlag() bool - // IsActivityStreamsFollow returns true if this property has a type of - // "Follow". When true, use the GetActivityStreamsFollow and - // SetActivityStreamsFollow methods to access and set this property. - IsActivityStreamsFollow() bool - // IsActivityStreamsGroup returns true if this property has a type of - // "Group". When true, use the GetActivityStreamsGroup and - // SetActivityStreamsGroup methods to access and set this property. - IsActivityStreamsGroup() bool - // IsActivityStreamsIgnore returns true if this property has a type of - // "Ignore". When true, use the GetActivityStreamsIgnore and - // SetActivityStreamsIgnore methods to access and set this property. - IsActivityStreamsIgnore() bool - // IsActivityStreamsImage returns true if this property has a type of - // "Image". When true, use the GetActivityStreamsImage and - // SetActivityStreamsImage methods to access and set this property. - IsActivityStreamsImage() bool - // IsActivityStreamsIntransitiveActivity returns true if this property has - // a type of "IntransitiveActivity". When true, use the - // GetActivityStreamsIntransitiveActivity and - // SetActivityStreamsIntransitiveActivity methods to access and set - // this property. - IsActivityStreamsIntransitiveActivity() bool - // IsActivityStreamsInvite returns true if this property has a type of - // "Invite". When true, use the GetActivityStreamsInvite and - // SetActivityStreamsInvite methods to access and set this property. - IsActivityStreamsInvite() bool - // IsActivityStreamsJoin returns true if this property has a type of - // "Join". When true, use the GetActivityStreamsJoin and - // SetActivityStreamsJoin methods to access and set this property. - IsActivityStreamsJoin() bool - // IsActivityStreamsLeave returns true if this property has a type of - // "Leave". When true, use the GetActivityStreamsLeave and - // SetActivityStreamsLeave methods to access and set this property. - IsActivityStreamsLeave() bool - // IsActivityStreamsLike returns true if this property has a type of - // "Like". When true, use the GetActivityStreamsLike and - // SetActivityStreamsLike methods to access and set this property. - IsActivityStreamsLike() bool - // IsActivityStreamsListen returns true if this property has a type of - // "Listen". When true, use the GetActivityStreamsListen and - // SetActivityStreamsListen methods to access and set this property. - IsActivityStreamsListen() bool - // IsActivityStreamsMove returns true if this property has a type of - // "Move". When true, use the GetActivityStreamsMove and - // SetActivityStreamsMove methods to access and set this property. - IsActivityStreamsMove() bool - // IsActivityStreamsNote returns true if this property has a type of - // "Note". When true, use the GetActivityStreamsNote and - // SetActivityStreamsNote methods to access and set this property. - IsActivityStreamsNote() bool - // IsActivityStreamsObject returns true if this property has a type of - // "Object". When true, use the GetActivityStreamsObject and - // SetActivityStreamsObject methods to access and set this property. - IsActivityStreamsObject() bool - // IsActivityStreamsOffer returns true if this property has a type of - // "Offer". When true, use the GetActivityStreamsOffer and - // SetActivityStreamsOffer methods to access and set this property. - IsActivityStreamsOffer() bool - // IsActivityStreamsOrderedCollection returns true if this property has a - // type of "OrderedCollection". When true, use the - // GetActivityStreamsOrderedCollection and - // SetActivityStreamsOrderedCollection methods to access and set this - // property. - IsActivityStreamsOrderedCollection() bool - // IsActivityStreamsOrderedCollectionPage returns true if this property - // has a type of "OrderedCollectionPage". When true, use the - // GetActivityStreamsOrderedCollectionPage and - // SetActivityStreamsOrderedCollectionPage methods to access and set - // this property. - IsActivityStreamsOrderedCollectionPage() bool - // IsActivityStreamsOrganization returns true if this property has a type - // of "Organization". When true, use the - // GetActivityStreamsOrganization and SetActivityStreamsOrganization - // methods to access and set this property. - IsActivityStreamsOrganization() bool - // IsActivityStreamsPage returns true if this property has a type of - // "Page". When true, use the GetActivityStreamsPage and - // SetActivityStreamsPage methods to access and set this property. - IsActivityStreamsPage() bool - // IsActivityStreamsPerson returns true if this property has a type of - // "Person". When true, use the GetActivityStreamsPerson and - // SetActivityStreamsPerson methods to access and set this property. - IsActivityStreamsPerson() bool - // IsActivityStreamsPlace returns true if this property has a type of - // "Place". When true, use the GetActivityStreamsPlace and - // SetActivityStreamsPlace methods to access and set this property. - IsActivityStreamsPlace() bool - // IsActivityStreamsProfile returns true if this property has a type of - // "Profile". When true, use the GetActivityStreamsProfile and - // SetActivityStreamsProfile methods to access and set this property. - IsActivityStreamsProfile() bool - // IsActivityStreamsQuestion returns true if this property has a type of - // "Question". When true, use the GetActivityStreamsQuestion and - // SetActivityStreamsQuestion methods to access and set this property. - IsActivityStreamsQuestion() bool - // IsActivityStreamsRead returns true if this property has a type of - // "Read". When true, use the GetActivityStreamsRead and - // SetActivityStreamsRead methods to access and set this property. - IsActivityStreamsRead() bool - // IsActivityStreamsReject returns true if this property has a type of - // "Reject". When true, use the GetActivityStreamsReject and - // SetActivityStreamsReject methods to access and set this property. - IsActivityStreamsReject() bool - // IsActivityStreamsRelationship returns true if this property has a type - // of "Relationship". When true, use the - // GetActivityStreamsRelationship and SetActivityStreamsRelationship - // methods to access and set this property. - IsActivityStreamsRelationship() bool - // IsActivityStreamsRemove returns true if this property has a type of - // "Remove". When true, use the GetActivityStreamsRemove and - // SetActivityStreamsRemove methods to access and set this property. - IsActivityStreamsRemove() bool - // IsActivityStreamsService returns true if this property has a type of - // "Service". When true, use the GetActivityStreamsService and - // SetActivityStreamsService methods to access and set this property. - IsActivityStreamsService() bool - // IsActivityStreamsTentativeAccept returns true if this property has a - // type of "TentativeAccept". When true, use the - // GetActivityStreamsTentativeAccept and - // SetActivityStreamsTentativeAccept methods to access and set this - // property. - IsActivityStreamsTentativeAccept() bool - // IsActivityStreamsTentativeReject returns true if this property has a - // type of "TentativeReject". When true, use the - // GetActivityStreamsTentativeReject and - // SetActivityStreamsTentativeReject methods to access and set this - // property. - IsActivityStreamsTentativeReject() bool - // IsActivityStreamsTombstone returns true if this property has a type of - // "Tombstone". When true, use the GetActivityStreamsTombstone and - // SetActivityStreamsTombstone methods to access and set this property. - IsActivityStreamsTombstone() bool - // IsActivityStreamsTravel returns true if this property has a type of - // "Travel". When true, use the GetActivityStreamsTravel and - // SetActivityStreamsTravel methods to access and set this property. - IsActivityStreamsTravel() bool - // IsActivityStreamsUndo returns true if this property has a type of - // "Undo". When true, use the GetActivityStreamsUndo and - // SetActivityStreamsUndo methods to access and set this property. - IsActivityStreamsUndo() bool - // IsActivityStreamsUpdate returns true if this property has a type of - // "Update". When true, use the GetActivityStreamsUpdate and - // SetActivityStreamsUpdate methods to access and set this property. - IsActivityStreamsUpdate() bool - // IsActivityStreamsVideo returns true if this property has a type of - // "Video". When true, use the GetActivityStreamsVideo and - // SetActivityStreamsVideo methods to access and set this property. - IsActivityStreamsVideo() bool - // IsActivityStreamsView returns true if this property has a type of - // "View". When true, use the GetActivityStreamsView and - // SetActivityStreamsView methods to access and set this property. - IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool - // IsIRI returns true if this property is an IRI. When true, use GetIRI - // and SetIRI to access and set this property - IsIRI() bool - // IsSchemaPropertyValue returns true if this property has a type of - // "PropertyValue". When true, use the GetSchemaPropertyValue and - // SetSchemaPropertyValue methods to access and set this property. - IsSchemaPropertyValue() bool - // IsTootEmoji returns true if this property has a type of "Emoji". When - // true, use the GetTootEmoji and SetTootEmoji methods to access and - // set this property. - IsTootEmoji() bool - // IsTootIdentityProof returns true if this property has a type of - // "IdentityProof". When true, use the GetTootIdentityProof and - // SetTootIdentityProof methods to access and set this property. - IsTootIdentityProof() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedTicketsTrackedByProperty) bool - // Name returns the name of this property: "ticketsTrackedBy". - Name() string - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // SetActivityStreamsAccept sets the value of this property. Calling - // IsActivityStreamsAccept afterwards returns true. - SetActivityStreamsAccept(v ActivityStreamsAccept) - // SetActivityStreamsActivity sets the value of this property. Calling - // IsActivityStreamsActivity afterwards returns true. - SetActivityStreamsActivity(v ActivityStreamsActivity) - // SetActivityStreamsAdd sets the value of this property. Calling - // IsActivityStreamsAdd afterwards returns true. - SetActivityStreamsAdd(v ActivityStreamsAdd) - // SetActivityStreamsAnnounce sets the value of this property. Calling - // IsActivityStreamsAnnounce afterwards returns true. - SetActivityStreamsAnnounce(v ActivityStreamsAnnounce) - // SetActivityStreamsApplication sets the value of this property. Calling - // IsActivityStreamsApplication afterwards returns true. - SetActivityStreamsApplication(v ActivityStreamsApplication) - // SetActivityStreamsArrive sets the value of this property. Calling - // IsActivityStreamsArrive afterwards returns true. - SetActivityStreamsArrive(v ActivityStreamsArrive) - // SetActivityStreamsArticle sets the value of this property. Calling - // IsActivityStreamsArticle afterwards returns true. - SetActivityStreamsArticle(v ActivityStreamsArticle) - // SetActivityStreamsAudio sets the value of this property. Calling - // IsActivityStreamsAudio afterwards returns true. - SetActivityStreamsAudio(v ActivityStreamsAudio) - // SetActivityStreamsBlock sets the value of this property. Calling - // IsActivityStreamsBlock afterwards returns true. - SetActivityStreamsBlock(v ActivityStreamsBlock) - // SetActivityStreamsCollection sets the value of this property. Calling - // IsActivityStreamsCollection afterwards returns true. - SetActivityStreamsCollection(v ActivityStreamsCollection) - // SetActivityStreamsCollectionPage sets the value of this property. - // Calling IsActivityStreamsCollectionPage afterwards returns true. - SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage) - // SetActivityStreamsCreate sets the value of this property. Calling - // IsActivityStreamsCreate afterwards returns true. - SetActivityStreamsCreate(v ActivityStreamsCreate) - // SetActivityStreamsDelete sets the value of this property. Calling - // IsActivityStreamsDelete afterwards returns true. - SetActivityStreamsDelete(v ActivityStreamsDelete) - // SetActivityStreamsDislike sets the value of this property. Calling - // IsActivityStreamsDislike afterwards returns true. - SetActivityStreamsDislike(v ActivityStreamsDislike) - // SetActivityStreamsDocument sets the value of this property. Calling - // IsActivityStreamsDocument afterwards returns true. - SetActivityStreamsDocument(v ActivityStreamsDocument) - // SetActivityStreamsEvent sets the value of this property. Calling - // IsActivityStreamsEvent afterwards returns true. - SetActivityStreamsEvent(v ActivityStreamsEvent) - // SetActivityStreamsFlag sets the value of this property. Calling - // IsActivityStreamsFlag afterwards returns true. - SetActivityStreamsFlag(v ActivityStreamsFlag) - // SetActivityStreamsFollow sets the value of this property. Calling - // IsActivityStreamsFollow afterwards returns true. - SetActivityStreamsFollow(v ActivityStreamsFollow) - // SetActivityStreamsGroup sets the value of this property. Calling - // IsActivityStreamsGroup afterwards returns true. - SetActivityStreamsGroup(v ActivityStreamsGroup) - // SetActivityStreamsIgnore sets the value of this property. Calling - // IsActivityStreamsIgnore afterwards returns true. - SetActivityStreamsIgnore(v ActivityStreamsIgnore) - // SetActivityStreamsImage sets the value of this property. Calling - // IsActivityStreamsImage afterwards returns true. - SetActivityStreamsImage(v ActivityStreamsImage) - // SetActivityStreamsIntransitiveActivity sets the value of this property. - // Calling IsActivityStreamsIntransitiveActivity afterwards returns - // true. - SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity) - // SetActivityStreamsInvite sets the value of this property. Calling - // IsActivityStreamsInvite afterwards returns true. - SetActivityStreamsInvite(v ActivityStreamsInvite) - // SetActivityStreamsJoin sets the value of this property. Calling - // IsActivityStreamsJoin afterwards returns true. - SetActivityStreamsJoin(v ActivityStreamsJoin) - // SetActivityStreamsLeave sets the value of this property. Calling - // IsActivityStreamsLeave afterwards returns true. - SetActivityStreamsLeave(v ActivityStreamsLeave) - // SetActivityStreamsLike sets the value of this property. Calling - // IsActivityStreamsLike afterwards returns true. - SetActivityStreamsLike(v ActivityStreamsLike) - // SetActivityStreamsListen sets the value of this property. Calling - // IsActivityStreamsListen afterwards returns true. - SetActivityStreamsListen(v ActivityStreamsListen) - // SetActivityStreamsMove sets the value of this property. Calling - // IsActivityStreamsMove afterwards returns true. - SetActivityStreamsMove(v ActivityStreamsMove) - // SetActivityStreamsNote sets the value of this property. Calling - // IsActivityStreamsNote afterwards returns true. - SetActivityStreamsNote(v ActivityStreamsNote) - // SetActivityStreamsObject sets the value of this property. Calling - // IsActivityStreamsObject afterwards returns true. - SetActivityStreamsObject(v ActivityStreamsObject) - // SetActivityStreamsOffer sets the value of this property. Calling - // IsActivityStreamsOffer afterwards returns true. - SetActivityStreamsOffer(v ActivityStreamsOffer) - // SetActivityStreamsOrderedCollection sets the value of this property. - // Calling IsActivityStreamsOrderedCollection afterwards returns true. - SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // SetActivityStreamsOrderedCollectionPage sets the value of this - // property. Calling IsActivityStreamsOrderedCollectionPage afterwards - // returns true. - SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // SetActivityStreamsOrganization sets the value of this property. Calling - // IsActivityStreamsOrganization afterwards returns true. - SetActivityStreamsOrganization(v ActivityStreamsOrganization) - // SetActivityStreamsPage sets the value of this property. Calling - // IsActivityStreamsPage afterwards returns true. - SetActivityStreamsPage(v ActivityStreamsPage) - // SetActivityStreamsPerson sets the value of this property. Calling - // IsActivityStreamsPerson afterwards returns true. - SetActivityStreamsPerson(v ActivityStreamsPerson) - // SetActivityStreamsPlace sets the value of this property. Calling - // IsActivityStreamsPlace afterwards returns true. - SetActivityStreamsPlace(v ActivityStreamsPlace) - // SetActivityStreamsProfile sets the value of this property. Calling - // IsActivityStreamsProfile afterwards returns true. - SetActivityStreamsProfile(v ActivityStreamsProfile) - // SetActivityStreamsQuestion sets the value of this property. Calling - // IsActivityStreamsQuestion afterwards returns true. - SetActivityStreamsQuestion(v ActivityStreamsQuestion) - // SetActivityStreamsRead sets the value of this property. Calling - // IsActivityStreamsRead afterwards returns true. - SetActivityStreamsRead(v ActivityStreamsRead) - // SetActivityStreamsReject sets the value of this property. Calling - // IsActivityStreamsReject afterwards returns true. - SetActivityStreamsReject(v ActivityStreamsReject) - // SetActivityStreamsRelationship sets the value of this property. Calling - // IsActivityStreamsRelationship afterwards returns true. - SetActivityStreamsRelationship(v ActivityStreamsRelationship) - // SetActivityStreamsRemove sets the value of this property. Calling - // IsActivityStreamsRemove afterwards returns true. - SetActivityStreamsRemove(v ActivityStreamsRemove) - // SetActivityStreamsService sets the value of this property. Calling - // IsActivityStreamsService afterwards returns true. - SetActivityStreamsService(v ActivityStreamsService) - // SetActivityStreamsTentativeAccept sets the value of this property. - // Calling IsActivityStreamsTentativeAccept afterwards returns true. - SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept) - // SetActivityStreamsTentativeReject sets the value of this property. - // Calling IsActivityStreamsTentativeReject afterwards returns true. - SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject) - // SetActivityStreamsTombstone sets the value of this property. Calling - // IsActivityStreamsTombstone afterwards returns true. - SetActivityStreamsTombstone(v ActivityStreamsTombstone) - // SetActivityStreamsTravel sets the value of this property. Calling - // IsActivityStreamsTravel afterwards returns true. - SetActivityStreamsTravel(v ActivityStreamsTravel) - // SetActivityStreamsUndo sets the value of this property. Calling - // IsActivityStreamsUndo afterwards returns true. - SetActivityStreamsUndo(v ActivityStreamsUndo) - // SetActivityStreamsUpdate sets the value of this property. Calling - // IsActivityStreamsUpdate afterwards returns true. - SetActivityStreamsUpdate(v ActivityStreamsUpdate) - // SetActivityStreamsVideo sets the value of this property. Calling - // IsActivityStreamsVideo afterwards returns true. - SetActivityStreamsVideo(v ActivityStreamsVideo) - // SetActivityStreamsView sets the value of this property. Calling - // IsActivityStreamsView afterwards returns true. - SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) - // SetIRI sets the value of this property. Calling IsIRI afterwards - // returns true. - SetIRI(v *url.URL) - // SetSchemaPropertyValue sets the value of this property. Calling - // IsSchemaPropertyValue afterwards returns true. - SetSchemaPropertyValue(v SchemaPropertyValue) - // SetTootEmoji sets the value of this property. Calling IsTootEmoji - // afterwards returns true. - SetTootEmoji(v TootEmoji) - // SetTootIdentityProof sets the value of this property. Calling - // IsTootIdentityProof afterwards returns true. - SetTootIdentityProof(v TootIdentityProof) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_tracksTicketsFor_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_tracksTicketsFor_interface.go deleted file mode 100644 index ca18d16ba..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_property_forgefed_tracksTicketsFor_interface.go +++ /dev/null @@ -1,1794 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -import "net/url" - -// ForgeFedTracksTicketsForPropertyIterator represents a single value for the -// "tracksTicketsFor" property. -type ForgeFedTracksTicketsForPropertyIterator interface { - // GetActivityStreamsAccept returns the value of this property. When - // IsActivityStreamsAccept returns false, GetActivityStreamsAccept - // will return an arbitrary value. - GetActivityStreamsAccept() ActivityStreamsAccept - // GetActivityStreamsActivity returns the value of this property. When - // IsActivityStreamsActivity returns false, GetActivityStreamsActivity - // will return an arbitrary value. - GetActivityStreamsActivity() ActivityStreamsActivity - // GetActivityStreamsAdd returns the value of this property. When - // IsActivityStreamsAdd returns false, GetActivityStreamsAdd will - // return an arbitrary value. - GetActivityStreamsAdd() ActivityStreamsAdd - // GetActivityStreamsAnnounce returns the value of this property. When - // IsActivityStreamsAnnounce returns false, GetActivityStreamsAnnounce - // will return an arbitrary value. - GetActivityStreamsAnnounce() ActivityStreamsAnnounce - // GetActivityStreamsApplication returns the value of this property. When - // IsActivityStreamsApplication returns false, - // GetActivityStreamsApplication will return an arbitrary value. - GetActivityStreamsApplication() ActivityStreamsApplication - // GetActivityStreamsArrive returns the value of this property. When - // IsActivityStreamsArrive returns false, GetActivityStreamsArrive - // will return an arbitrary value. - GetActivityStreamsArrive() ActivityStreamsArrive - // GetActivityStreamsArticle returns the value of this property. When - // IsActivityStreamsArticle returns false, GetActivityStreamsArticle - // will return an arbitrary value. - GetActivityStreamsArticle() ActivityStreamsArticle - // GetActivityStreamsAudio returns the value of this property. When - // IsActivityStreamsAudio returns false, GetActivityStreamsAudio will - // return an arbitrary value. - GetActivityStreamsAudio() ActivityStreamsAudio - // GetActivityStreamsBlock returns the value of this property. When - // IsActivityStreamsBlock returns false, GetActivityStreamsBlock will - // return an arbitrary value. - GetActivityStreamsBlock() ActivityStreamsBlock - // GetActivityStreamsCollection returns the value of this property. When - // IsActivityStreamsCollection returns false, - // GetActivityStreamsCollection will return an arbitrary value. - GetActivityStreamsCollection() ActivityStreamsCollection - // GetActivityStreamsCollectionPage returns the value of this property. - // When IsActivityStreamsCollectionPage returns false, - // GetActivityStreamsCollectionPage will return an arbitrary value. - GetActivityStreamsCollectionPage() ActivityStreamsCollectionPage - // GetActivityStreamsCreate returns the value of this property. When - // IsActivityStreamsCreate returns false, GetActivityStreamsCreate - // will return an arbitrary value. - GetActivityStreamsCreate() ActivityStreamsCreate - // GetActivityStreamsDelete returns the value of this property. When - // IsActivityStreamsDelete returns false, GetActivityStreamsDelete - // will return an arbitrary value. - GetActivityStreamsDelete() ActivityStreamsDelete - // GetActivityStreamsDislike returns the value of this property. When - // IsActivityStreamsDislike returns false, GetActivityStreamsDislike - // will return an arbitrary value. - GetActivityStreamsDislike() ActivityStreamsDislike - // GetActivityStreamsDocument returns the value of this property. When - // IsActivityStreamsDocument returns false, GetActivityStreamsDocument - // will return an arbitrary value. - GetActivityStreamsDocument() ActivityStreamsDocument - // GetActivityStreamsEvent returns the value of this property. When - // IsActivityStreamsEvent returns false, GetActivityStreamsEvent will - // return an arbitrary value. - GetActivityStreamsEvent() ActivityStreamsEvent - // GetActivityStreamsFlag returns the value of this property. When - // IsActivityStreamsFlag returns false, GetActivityStreamsFlag will - // return an arbitrary value. - GetActivityStreamsFlag() ActivityStreamsFlag - // GetActivityStreamsFollow returns the value of this property. When - // IsActivityStreamsFollow returns false, GetActivityStreamsFollow - // will return an arbitrary value. - GetActivityStreamsFollow() ActivityStreamsFollow - // GetActivityStreamsGroup returns the value of this property. When - // IsActivityStreamsGroup returns false, GetActivityStreamsGroup will - // return an arbitrary value. - GetActivityStreamsGroup() ActivityStreamsGroup - // GetActivityStreamsIgnore returns the value of this property. When - // IsActivityStreamsIgnore returns false, GetActivityStreamsIgnore - // will return an arbitrary value. - GetActivityStreamsIgnore() ActivityStreamsIgnore - // GetActivityStreamsImage returns the value of this property. When - // IsActivityStreamsImage returns false, GetActivityStreamsImage will - // return an arbitrary value. - GetActivityStreamsImage() ActivityStreamsImage - // GetActivityStreamsIntransitiveActivity returns the value of this - // property. When IsActivityStreamsIntransitiveActivity returns false, - // GetActivityStreamsIntransitiveActivity will return an arbitrary - // value. - GetActivityStreamsIntransitiveActivity() ActivityStreamsIntransitiveActivity - // GetActivityStreamsInvite returns the value of this property. When - // IsActivityStreamsInvite returns false, GetActivityStreamsInvite - // will return an arbitrary value. - GetActivityStreamsInvite() ActivityStreamsInvite - // GetActivityStreamsJoin returns the value of this property. When - // IsActivityStreamsJoin returns false, GetActivityStreamsJoin will - // return an arbitrary value. - GetActivityStreamsJoin() ActivityStreamsJoin - // GetActivityStreamsLeave returns the value of this property. When - // IsActivityStreamsLeave returns false, GetActivityStreamsLeave will - // return an arbitrary value. - GetActivityStreamsLeave() ActivityStreamsLeave - // GetActivityStreamsLike returns the value of this property. When - // IsActivityStreamsLike returns false, GetActivityStreamsLike will - // return an arbitrary value. - GetActivityStreamsLike() ActivityStreamsLike - // GetActivityStreamsListen returns the value of this property. When - // IsActivityStreamsListen returns false, GetActivityStreamsListen - // will return an arbitrary value. - GetActivityStreamsListen() ActivityStreamsListen - // GetActivityStreamsMove returns the value of this property. When - // IsActivityStreamsMove returns false, GetActivityStreamsMove will - // return an arbitrary value. - GetActivityStreamsMove() ActivityStreamsMove - // GetActivityStreamsNote returns the value of this property. When - // IsActivityStreamsNote returns false, GetActivityStreamsNote will - // return an arbitrary value. - GetActivityStreamsNote() ActivityStreamsNote - // GetActivityStreamsObject returns the value of this property. When - // IsActivityStreamsObject returns false, GetActivityStreamsObject - // will return an arbitrary value. - GetActivityStreamsObject() ActivityStreamsObject - // GetActivityStreamsOffer returns the value of this property. When - // IsActivityStreamsOffer returns false, GetActivityStreamsOffer will - // return an arbitrary value. - GetActivityStreamsOffer() ActivityStreamsOffer - // GetActivityStreamsOrderedCollection returns the value of this property. - // When IsActivityStreamsOrderedCollection returns false, - // GetActivityStreamsOrderedCollection will return an arbitrary value. - GetActivityStreamsOrderedCollection() ActivityStreamsOrderedCollection - // GetActivityStreamsOrderedCollectionPage returns the value of this - // property. When IsActivityStreamsOrderedCollectionPage returns - // false, GetActivityStreamsOrderedCollectionPage will return an - // arbitrary value. - GetActivityStreamsOrderedCollectionPage() ActivityStreamsOrderedCollectionPage - // GetActivityStreamsOrganization returns the value of this property. When - // IsActivityStreamsOrganization returns false, - // GetActivityStreamsOrganization will return an arbitrary value. - GetActivityStreamsOrganization() ActivityStreamsOrganization - // GetActivityStreamsPage returns the value of this property. When - // IsActivityStreamsPage returns false, GetActivityStreamsPage will - // return an arbitrary value. - GetActivityStreamsPage() ActivityStreamsPage - // GetActivityStreamsPerson returns the value of this property. When - // IsActivityStreamsPerson returns false, GetActivityStreamsPerson - // will return an arbitrary value. - GetActivityStreamsPerson() ActivityStreamsPerson - // GetActivityStreamsPlace returns the value of this property. When - // IsActivityStreamsPlace returns false, GetActivityStreamsPlace will - // return an arbitrary value. - GetActivityStreamsPlace() ActivityStreamsPlace - // GetActivityStreamsProfile returns the value of this property. When - // IsActivityStreamsProfile returns false, GetActivityStreamsProfile - // will return an arbitrary value. - GetActivityStreamsProfile() ActivityStreamsProfile - // GetActivityStreamsQuestion returns the value of this property. When - // IsActivityStreamsQuestion returns false, GetActivityStreamsQuestion - // will return an arbitrary value. - GetActivityStreamsQuestion() ActivityStreamsQuestion - // GetActivityStreamsRead returns the value of this property. When - // IsActivityStreamsRead returns false, GetActivityStreamsRead will - // return an arbitrary value. - GetActivityStreamsRead() ActivityStreamsRead - // GetActivityStreamsReject returns the value of this property. When - // IsActivityStreamsReject returns false, GetActivityStreamsReject - // will return an arbitrary value. - GetActivityStreamsReject() ActivityStreamsReject - // GetActivityStreamsRelationship returns the value of this property. When - // IsActivityStreamsRelationship returns false, - // GetActivityStreamsRelationship will return an arbitrary value. - GetActivityStreamsRelationship() ActivityStreamsRelationship - // GetActivityStreamsRemove returns the value of this property. When - // IsActivityStreamsRemove returns false, GetActivityStreamsRemove - // will return an arbitrary value. - GetActivityStreamsRemove() ActivityStreamsRemove - // GetActivityStreamsService returns the value of this property. When - // IsActivityStreamsService returns false, GetActivityStreamsService - // will return an arbitrary value. - GetActivityStreamsService() ActivityStreamsService - // GetActivityStreamsTentativeAccept returns the value of this property. - // When IsActivityStreamsTentativeAccept returns false, - // GetActivityStreamsTentativeAccept will return an arbitrary value. - GetActivityStreamsTentativeAccept() ActivityStreamsTentativeAccept - // GetActivityStreamsTentativeReject returns the value of this property. - // When IsActivityStreamsTentativeReject returns false, - // GetActivityStreamsTentativeReject will return an arbitrary value. - GetActivityStreamsTentativeReject() ActivityStreamsTentativeReject - // GetActivityStreamsTombstone returns the value of this property. When - // IsActivityStreamsTombstone returns false, - // GetActivityStreamsTombstone will return an arbitrary value. - GetActivityStreamsTombstone() ActivityStreamsTombstone - // GetActivityStreamsTravel returns the value of this property. When - // IsActivityStreamsTravel returns false, GetActivityStreamsTravel - // will return an arbitrary value. - GetActivityStreamsTravel() ActivityStreamsTravel - // GetActivityStreamsUndo returns the value of this property. When - // IsActivityStreamsUndo returns false, GetActivityStreamsUndo will - // return an arbitrary value. - GetActivityStreamsUndo() ActivityStreamsUndo - // GetActivityStreamsUpdate returns the value of this property. When - // IsActivityStreamsUpdate returns false, GetActivityStreamsUpdate - // will return an arbitrary value. - GetActivityStreamsUpdate() ActivityStreamsUpdate - // GetActivityStreamsVideo returns the value of this property. When - // IsActivityStreamsVideo returns false, GetActivityStreamsVideo will - // return an arbitrary value. - GetActivityStreamsVideo() ActivityStreamsVideo - // GetActivityStreamsView returns the value of this property. When - // IsActivityStreamsView returns false, GetActivityStreamsView will - // return an arbitrary value. - GetActivityStreamsView() ActivityStreamsView - // GetForgeFedBranch returns the value of this property. When - // IsForgeFedBranch returns false, GetForgeFedBranch will return an - // arbitrary value. - GetForgeFedBranch() ForgeFedBranch - // GetForgeFedCommit returns the value of this property. When - // IsForgeFedCommit returns false, GetForgeFedCommit will return an - // arbitrary value. - GetForgeFedCommit() ForgeFedCommit - // GetForgeFedPush returns the value of this property. When IsForgeFedPush - // returns false, GetForgeFedPush will return an arbitrary value. - GetForgeFedPush() ForgeFedPush - // GetForgeFedRepository returns the value of this property. When - // IsForgeFedRepository returns false, GetForgeFedRepository will - // return an arbitrary value. - GetForgeFedRepository() ForgeFedRepository - // GetForgeFedTicket returns the value of this property. When - // IsForgeFedTicket returns false, GetForgeFedTicket will return an - // arbitrary value. - GetForgeFedTicket() ForgeFedTicket - // GetForgeFedTicketDependency returns the value of this property. When - // IsForgeFedTicketDependency returns false, - // GetForgeFedTicketDependency will return an arbitrary value. - GetForgeFedTicketDependency() ForgeFedTicketDependency - // GetIRI returns the IRI of this property. When IsIRI returns false, - // GetIRI will return an arbitrary value. - GetIRI() *url.URL - // GetSchemaPropertyValue returns the value of this property. When - // IsSchemaPropertyValue returns false, GetSchemaPropertyValue will - // return an arbitrary value. - GetSchemaPropertyValue() SchemaPropertyValue - // GetTootEmoji returns the value of this property. When IsTootEmoji - // returns false, GetTootEmoji will return an arbitrary value. - GetTootEmoji() TootEmoji - // GetTootIdentityProof returns the value of this property. When - // IsTootIdentityProof returns false, GetTootIdentityProof will return - // an arbitrary value. - GetTootIdentityProof() TootIdentityProof - // GetType returns the value in this property as a Type. Returns nil if - // the value is not an ActivityStreams type, such as an IRI or another - // value. - GetType() Type - // HasAny returns true if any of the different values is set. - HasAny() bool - // IsActivityStreamsAccept returns true if this property has a type of - // "Accept". When true, use the GetActivityStreamsAccept and - // SetActivityStreamsAccept methods to access and set this property. - IsActivityStreamsAccept() bool - // IsActivityStreamsActivity returns true if this property has a type of - // "Activity". When true, use the GetActivityStreamsActivity and - // SetActivityStreamsActivity methods to access and set this property. - IsActivityStreamsActivity() bool - // IsActivityStreamsAdd returns true if this property has a type of "Add". - // When true, use the GetActivityStreamsAdd and SetActivityStreamsAdd - // methods to access and set this property. - IsActivityStreamsAdd() bool - // IsActivityStreamsAnnounce returns true if this property has a type of - // "Announce". When true, use the GetActivityStreamsAnnounce and - // SetActivityStreamsAnnounce methods to access and set this property. - IsActivityStreamsAnnounce() bool - // IsActivityStreamsApplication returns true if this property has a type - // of "Application". When true, use the GetActivityStreamsApplication - // and SetActivityStreamsApplication methods to access and set this - // property. - IsActivityStreamsApplication() bool - // IsActivityStreamsArrive returns true if this property has a type of - // "Arrive". When true, use the GetActivityStreamsArrive and - // SetActivityStreamsArrive methods to access and set this property. - IsActivityStreamsArrive() bool - // IsActivityStreamsArticle returns true if this property has a type of - // "Article". When true, use the GetActivityStreamsArticle and - // SetActivityStreamsArticle methods to access and set this property. - IsActivityStreamsArticle() bool - // IsActivityStreamsAudio returns true if this property has a type of - // "Audio". When true, use the GetActivityStreamsAudio and - // SetActivityStreamsAudio methods to access and set this property. - IsActivityStreamsAudio() bool - // IsActivityStreamsBlock returns true if this property has a type of - // "Block". When true, use the GetActivityStreamsBlock and - // SetActivityStreamsBlock methods to access and set this property. - IsActivityStreamsBlock() bool - // IsActivityStreamsCollection returns true if this property has a type of - // "Collection". When true, use the GetActivityStreamsCollection and - // SetActivityStreamsCollection methods to access and set this - // property. - IsActivityStreamsCollection() bool - // IsActivityStreamsCollectionPage returns true if this property has a - // type of "CollectionPage". When true, use the - // GetActivityStreamsCollectionPage and - // SetActivityStreamsCollectionPage methods to access and set this - // property. - IsActivityStreamsCollectionPage() bool - // IsActivityStreamsCreate returns true if this property has a type of - // "Create". When true, use the GetActivityStreamsCreate and - // SetActivityStreamsCreate methods to access and set this property. - IsActivityStreamsCreate() bool - // IsActivityStreamsDelete returns true if this property has a type of - // "Delete". When true, use the GetActivityStreamsDelete and - // SetActivityStreamsDelete methods to access and set this property. - IsActivityStreamsDelete() bool - // IsActivityStreamsDislike returns true if this property has a type of - // "Dislike". When true, use the GetActivityStreamsDislike and - // SetActivityStreamsDislike methods to access and set this property. - IsActivityStreamsDislike() bool - // IsActivityStreamsDocument returns true if this property has a type of - // "Document". When true, use the GetActivityStreamsDocument and - // SetActivityStreamsDocument methods to access and set this property. - IsActivityStreamsDocument() bool - // IsActivityStreamsEvent returns true if this property has a type of - // "Event". When true, use the GetActivityStreamsEvent and - // SetActivityStreamsEvent methods to access and set this property. - IsActivityStreamsEvent() bool - // IsActivityStreamsFlag returns true if this property has a type of - // "Flag". When true, use the GetActivityStreamsFlag and - // SetActivityStreamsFlag methods to access and set this property. - IsActivityStreamsFlag() bool - // IsActivityStreamsFollow returns true if this property has a type of - // "Follow". When true, use the GetActivityStreamsFollow and - // SetActivityStreamsFollow methods to access and set this property. - IsActivityStreamsFollow() bool - // IsActivityStreamsGroup returns true if this property has a type of - // "Group". When true, use the GetActivityStreamsGroup and - // SetActivityStreamsGroup methods to access and set this property. - IsActivityStreamsGroup() bool - // IsActivityStreamsIgnore returns true if this property has a type of - // "Ignore". When true, use the GetActivityStreamsIgnore and - // SetActivityStreamsIgnore methods to access and set this property. - IsActivityStreamsIgnore() bool - // IsActivityStreamsImage returns true if this property has a type of - // "Image". When true, use the GetActivityStreamsImage and - // SetActivityStreamsImage methods to access and set this property. - IsActivityStreamsImage() bool - // IsActivityStreamsIntransitiveActivity returns true if this property has - // a type of "IntransitiveActivity". When true, use the - // GetActivityStreamsIntransitiveActivity and - // SetActivityStreamsIntransitiveActivity methods to access and set - // this property. - IsActivityStreamsIntransitiveActivity() bool - // IsActivityStreamsInvite returns true if this property has a type of - // "Invite". When true, use the GetActivityStreamsInvite and - // SetActivityStreamsInvite methods to access and set this property. - IsActivityStreamsInvite() bool - // IsActivityStreamsJoin returns true if this property has a type of - // "Join". When true, use the GetActivityStreamsJoin and - // SetActivityStreamsJoin methods to access and set this property. - IsActivityStreamsJoin() bool - // IsActivityStreamsLeave returns true if this property has a type of - // "Leave". When true, use the GetActivityStreamsLeave and - // SetActivityStreamsLeave methods to access and set this property. - IsActivityStreamsLeave() bool - // IsActivityStreamsLike returns true if this property has a type of - // "Like". When true, use the GetActivityStreamsLike and - // SetActivityStreamsLike methods to access and set this property. - IsActivityStreamsLike() bool - // IsActivityStreamsListen returns true if this property has a type of - // "Listen". When true, use the GetActivityStreamsListen and - // SetActivityStreamsListen methods to access and set this property. - IsActivityStreamsListen() bool - // IsActivityStreamsMove returns true if this property has a type of - // "Move". When true, use the GetActivityStreamsMove and - // SetActivityStreamsMove methods to access and set this property. - IsActivityStreamsMove() bool - // IsActivityStreamsNote returns true if this property has a type of - // "Note". When true, use the GetActivityStreamsNote and - // SetActivityStreamsNote methods to access and set this property. - IsActivityStreamsNote() bool - // IsActivityStreamsObject returns true if this property has a type of - // "Object". When true, use the GetActivityStreamsObject and - // SetActivityStreamsObject methods to access and set this property. - IsActivityStreamsObject() bool - // IsActivityStreamsOffer returns true if this property has a type of - // "Offer". When true, use the GetActivityStreamsOffer and - // SetActivityStreamsOffer methods to access and set this property. - IsActivityStreamsOffer() bool - // IsActivityStreamsOrderedCollection returns true if this property has a - // type of "OrderedCollection". When true, use the - // GetActivityStreamsOrderedCollection and - // SetActivityStreamsOrderedCollection methods to access and set this - // property. - IsActivityStreamsOrderedCollection() bool - // IsActivityStreamsOrderedCollectionPage returns true if this property - // has a type of "OrderedCollectionPage". When true, use the - // GetActivityStreamsOrderedCollectionPage and - // SetActivityStreamsOrderedCollectionPage methods to access and set - // this property. - IsActivityStreamsOrderedCollectionPage() bool - // IsActivityStreamsOrganization returns true if this property has a type - // of "Organization". When true, use the - // GetActivityStreamsOrganization and SetActivityStreamsOrganization - // methods to access and set this property. - IsActivityStreamsOrganization() bool - // IsActivityStreamsPage returns true if this property has a type of - // "Page". When true, use the GetActivityStreamsPage and - // SetActivityStreamsPage methods to access and set this property. - IsActivityStreamsPage() bool - // IsActivityStreamsPerson returns true if this property has a type of - // "Person". When true, use the GetActivityStreamsPerson and - // SetActivityStreamsPerson methods to access and set this property. - IsActivityStreamsPerson() bool - // IsActivityStreamsPlace returns true if this property has a type of - // "Place". When true, use the GetActivityStreamsPlace and - // SetActivityStreamsPlace methods to access and set this property. - IsActivityStreamsPlace() bool - // IsActivityStreamsProfile returns true if this property has a type of - // "Profile". When true, use the GetActivityStreamsProfile and - // SetActivityStreamsProfile methods to access and set this property. - IsActivityStreamsProfile() bool - // IsActivityStreamsQuestion returns true if this property has a type of - // "Question". When true, use the GetActivityStreamsQuestion and - // SetActivityStreamsQuestion methods to access and set this property. - IsActivityStreamsQuestion() bool - // IsActivityStreamsRead returns true if this property has a type of - // "Read". When true, use the GetActivityStreamsRead and - // SetActivityStreamsRead methods to access and set this property. - IsActivityStreamsRead() bool - // IsActivityStreamsReject returns true if this property has a type of - // "Reject". When true, use the GetActivityStreamsReject and - // SetActivityStreamsReject methods to access and set this property. - IsActivityStreamsReject() bool - // IsActivityStreamsRelationship returns true if this property has a type - // of "Relationship". When true, use the - // GetActivityStreamsRelationship and SetActivityStreamsRelationship - // methods to access and set this property. - IsActivityStreamsRelationship() bool - // IsActivityStreamsRemove returns true if this property has a type of - // "Remove". When true, use the GetActivityStreamsRemove and - // SetActivityStreamsRemove methods to access and set this property. - IsActivityStreamsRemove() bool - // IsActivityStreamsService returns true if this property has a type of - // "Service". When true, use the GetActivityStreamsService and - // SetActivityStreamsService methods to access and set this property. - IsActivityStreamsService() bool - // IsActivityStreamsTentativeAccept returns true if this property has a - // type of "TentativeAccept". When true, use the - // GetActivityStreamsTentativeAccept and - // SetActivityStreamsTentativeAccept methods to access and set this - // property. - IsActivityStreamsTentativeAccept() bool - // IsActivityStreamsTentativeReject returns true if this property has a - // type of "TentativeReject". When true, use the - // GetActivityStreamsTentativeReject and - // SetActivityStreamsTentativeReject methods to access and set this - // property. - IsActivityStreamsTentativeReject() bool - // IsActivityStreamsTombstone returns true if this property has a type of - // "Tombstone". When true, use the GetActivityStreamsTombstone and - // SetActivityStreamsTombstone methods to access and set this property. - IsActivityStreamsTombstone() bool - // IsActivityStreamsTravel returns true if this property has a type of - // "Travel". When true, use the GetActivityStreamsTravel and - // SetActivityStreamsTravel methods to access and set this property. - IsActivityStreamsTravel() bool - // IsActivityStreamsUndo returns true if this property has a type of - // "Undo". When true, use the GetActivityStreamsUndo and - // SetActivityStreamsUndo methods to access and set this property. - IsActivityStreamsUndo() bool - // IsActivityStreamsUpdate returns true if this property has a type of - // "Update". When true, use the GetActivityStreamsUpdate and - // SetActivityStreamsUpdate methods to access and set this property. - IsActivityStreamsUpdate() bool - // IsActivityStreamsVideo returns true if this property has a type of - // "Video". When true, use the GetActivityStreamsVideo and - // SetActivityStreamsVideo methods to access and set this property. - IsActivityStreamsVideo() bool - // IsActivityStreamsView returns true if this property has a type of - // "View". When true, use the GetActivityStreamsView and - // SetActivityStreamsView methods to access and set this property. - IsActivityStreamsView() bool - // IsForgeFedBranch returns true if this property has a type of "Branch". - // When true, use the GetForgeFedBranch and SetForgeFedBranch methods - // to access and set this property. - IsForgeFedBranch() bool - // IsForgeFedCommit returns true if this property has a type of "Commit". - // When true, use the GetForgeFedCommit and SetForgeFedCommit methods - // to access and set this property. - IsForgeFedCommit() bool - // IsForgeFedPush returns true if this property has a type of "Push". When - // true, use the GetForgeFedPush and SetForgeFedPush methods to access - // and set this property. - IsForgeFedPush() bool - // IsForgeFedRepository returns true if this property has a type of - // "Repository". When true, use the GetForgeFedRepository and - // SetForgeFedRepository methods to access and set this property. - IsForgeFedRepository() bool - // IsForgeFedTicket returns true if this property has a type of "Ticket". - // When true, use the GetForgeFedTicket and SetForgeFedTicket methods - // to access and set this property. - IsForgeFedTicket() bool - // IsForgeFedTicketDependency returns true if this property has a type of - // "TicketDependency". When true, use the GetForgeFedTicketDependency - // and SetForgeFedTicketDependency methods to access and set this - // property. - IsForgeFedTicketDependency() bool - // IsIRI returns true if this property is an IRI. When true, use GetIRI - // and SetIRI to access and set this property - IsIRI() bool - // IsSchemaPropertyValue returns true if this property has a type of - // "PropertyValue". When true, use the GetSchemaPropertyValue and - // SetSchemaPropertyValue methods to access and set this property. - IsSchemaPropertyValue() bool - // IsTootEmoji returns true if this property has a type of "Emoji". When - // true, use the GetTootEmoji and SetTootEmoji methods to access and - // set this property. - IsTootEmoji() bool - // IsTootIdentityProof returns true if this property has a type of - // "IdentityProof". When true, use the GetTootIdentityProof and - // SetTootIdentityProof methods to access and set this property. - IsTootIdentityProof() bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API detail only for folks looking to replace the - // go-fed implementation. Applications should not use this method. - KindIndex() int - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedTracksTicketsForPropertyIterator) bool - // Name returns the name of this property: "ForgeFedTracksTicketsFor". - Name() string - // Next returns the next iterator, or nil if there is no next iterator. - Next() ForgeFedTracksTicketsForPropertyIterator - // Prev returns the previous iterator, or nil if there is no previous - // iterator. - Prev() ForgeFedTracksTicketsForPropertyIterator - // SetActivityStreamsAccept sets the value of this property. Calling - // IsActivityStreamsAccept afterwards returns true. - SetActivityStreamsAccept(v ActivityStreamsAccept) - // SetActivityStreamsActivity sets the value of this property. Calling - // IsActivityStreamsActivity afterwards returns true. - SetActivityStreamsActivity(v ActivityStreamsActivity) - // SetActivityStreamsAdd sets the value of this property. Calling - // IsActivityStreamsAdd afterwards returns true. - SetActivityStreamsAdd(v ActivityStreamsAdd) - // SetActivityStreamsAnnounce sets the value of this property. Calling - // IsActivityStreamsAnnounce afterwards returns true. - SetActivityStreamsAnnounce(v ActivityStreamsAnnounce) - // SetActivityStreamsApplication sets the value of this property. Calling - // IsActivityStreamsApplication afterwards returns true. - SetActivityStreamsApplication(v ActivityStreamsApplication) - // SetActivityStreamsArrive sets the value of this property. Calling - // IsActivityStreamsArrive afterwards returns true. - SetActivityStreamsArrive(v ActivityStreamsArrive) - // SetActivityStreamsArticle sets the value of this property. Calling - // IsActivityStreamsArticle afterwards returns true. - SetActivityStreamsArticle(v ActivityStreamsArticle) - // SetActivityStreamsAudio sets the value of this property. Calling - // IsActivityStreamsAudio afterwards returns true. - SetActivityStreamsAudio(v ActivityStreamsAudio) - // SetActivityStreamsBlock sets the value of this property. Calling - // IsActivityStreamsBlock afterwards returns true. - SetActivityStreamsBlock(v ActivityStreamsBlock) - // SetActivityStreamsCollection sets the value of this property. Calling - // IsActivityStreamsCollection afterwards returns true. - SetActivityStreamsCollection(v ActivityStreamsCollection) - // SetActivityStreamsCollectionPage sets the value of this property. - // Calling IsActivityStreamsCollectionPage afterwards returns true. - SetActivityStreamsCollectionPage(v ActivityStreamsCollectionPage) - // SetActivityStreamsCreate sets the value of this property. Calling - // IsActivityStreamsCreate afterwards returns true. - SetActivityStreamsCreate(v ActivityStreamsCreate) - // SetActivityStreamsDelete sets the value of this property. Calling - // IsActivityStreamsDelete afterwards returns true. - SetActivityStreamsDelete(v ActivityStreamsDelete) - // SetActivityStreamsDislike sets the value of this property. Calling - // IsActivityStreamsDislike afterwards returns true. - SetActivityStreamsDislike(v ActivityStreamsDislike) - // SetActivityStreamsDocument sets the value of this property. Calling - // IsActivityStreamsDocument afterwards returns true. - SetActivityStreamsDocument(v ActivityStreamsDocument) - // SetActivityStreamsEvent sets the value of this property. Calling - // IsActivityStreamsEvent afterwards returns true. - SetActivityStreamsEvent(v ActivityStreamsEvent) - // SetActivityStreamsFlag sets the value of this property. Calling - // IsActivityStreamsFlag afterwards returns true. - SetActivityStreamsFlag(v ActivityStreamsFlag) - // SetActivityStreamsFollow sets the value of this property. Calling - // IsActivityStreamsFollow afterwards returns true. - SetActivityStreamsFollow(v ActivityStreamsFollow) - // SetActivityStreamsGroup sets the value of this property. Calling - // IsActivityStreamsGroup afterwards returns true. - SetActivityStreamsGroup(v ActivityStreamsGroup) - // SetActivityStreamsIgnore sets the value of this property. Calling - // IsActivityStreamsIgnore afterwards returns true. - SetActivityStreamsIgnore(v ActivityStreamsIgnore) - // SetActivityStreamsImage sets the value of this property. Calling - // IsActivityStreamsImage afterwards returns true. - SetActivityStreamsImage(v ActivityStreamsImage) - // SetActivityStreamsIntransitiveActivity sets the value of this property. - // Calling IsActivityStreamsIntransitiveActivity afterwards returns - // true. - SetActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity) - // SetActivityStreamsInvite sets the value of this property. Calling - // IsActivityStreamsInvite afterwards returns true. - SetActivityStreamsInvite(v ActivityStreamsInvite) - // SetActivityStreamsJoin sets the value of this property. Calling - // IsActivityStreamsJoin afterwards returns true. - SetActivityStreamsJoin(v ActivityStreamsJoin) - // SetActivityStreamsLeave sets the value of this property. Calling - // IsActivityStreamsLeave afterwards returns true. - SetActivityStreamsLeave(v ActivityStreamsLeave) - // SetActivityStreamsLike sets the value of this property. Calling - // IsActivityStreamsLike afterwards returns true. - SetActivityStreamsLike(v ActivityStreamsLike) - // SetActivityStreamsListen sets the value of this property. Calling - // IsActivityStreamsListen afterwards returns true. - SetActivityStreamsListen(v ActivityStreamsListen) - // SetActivityStreamsMove sets the value of this property. Calling - // IsActivityStreamsMove afterwards returns true. - SetActivityStreamsMove(v ActivityStreamsMove) - // SetActivityStreamsNote sets the value of this property. Calling - // IsActivityStreamsNote afterwards returns true. - SetActivityStreamsNote(v ActivityStreamsNote) - // SetActivityStreamsObject sets the value of this property. Calling - // IsActivityStreamsObject afterwards returns true. - SetActivityStreamsObject(v ActivityStreamsObject) - // SetActivityStreamsOffer sets the value of this property. Calling - // IsActivityStreamsOffer afterwards returns true. - SetActivityStreamsOffer(v ActivityStreamsOffer) - // SetActivityStreamsOrderedCollection sets the value of this property. - // Calling IsActivityStreamsOrderedCollection afterwards returns true. - SetActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // SetActivityStreamsOrderedCollectionPage sets the value of this - // property. Calling IsActivityStreamsOrderedCollectionPage afterwards - // returns true. - SetActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // SetActivityStreamsOrganization sets the value of this property. Calling - // IsActivityStreamsOrganization afterwards returns true. - SetActivityStreamsOrganization(v ActivityStreamsOrganization) - // SetActivityStreamsPage sets the value of this property. Calling - // IsActivityStreamsPage afterwards returns true. - SetActivityStreamsPage(v ActivityStreamsPage) - // SetActivityStreamsPerson sets the value of this property. Calling - // IsActivityStreamsPerson afterwards returns true. - SetActivityStreamsPerson(v ActivityStreamsPerson) - // SetActivityStreamsPlace sets the value of this property. Calling - // IsActivityStreamsPlace afterwards returns true. - SetActivityStreamsPlace(v ActivityStreamsPlace) - // SetActivityStreamsProfile sets the value of this property. Calling - // IsActivityStreamsProfile afterwards returns true. - SetActivityStreamsProfile(v ActivityStreamsProfile) - // SetActivityStreamsQuestion sets the value of this property. Calling - // IsActivityStreamsQuestion afterwards returns true. - SetActivityStreamsQuestion(v ActivityStreamsQuestion) - // SetActivityStreamsRead sets the value of this property. Calling - // IsActivityStreamsRead afterwards returns true. - SetActivityStreamsRead(v ActivityStreamsRead) - // SetActivityStreamsReject sets the value of this property. Calling - // IsActivityStreamsReject afterwards returns true. - SetActivityStreamsReject(v ActivityStreamsReject) - // SetActivityStreamsRelationship sets the value of this property. Calling - // IsActivityStreamsRelationship afterwards returns true. - SetActivityStreamsRelationship(v ActivityStreamsRelationship) - // SetActivityStreamsRemove sets the value of this property. Calling - // IsActivityStreamsRemove afterwards returns true. - SetActivityStreamsRemove(v ActivityStreamsRemove) - // SetActivityStreamsService sets the value of this property. Calling - // IsActivityStreamsService afterwards returns true. - SetActivityStreamsService(v ActivityStreamsService) - // SetActivityStreamsTentativeAccept sets the value of this property. - // Calling IsActivityStreamsTentativeAccept afterwards returns true. - SetActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept) - // SetActivityStreamsTentativeReject sets the value of this property. - // Calling IsActivityStreamsTentativeReject afterwards returns true. - SetActivityStreamsTentativeReject(v ActivityStreamsTentativeReject) - // SetActivityStreamsTombstone sets the value of this property. Calling - // IsActivityStreamsTombstone afterwards returns true. - SetActivityStreamsTombstone(v ActivityStreamsTombstone) - // SetActivityStreamsTravel sets the value of this property. Calling - // IsActivityStreamsTravel afterwards returns true. - SetActivityStreamsTravel(v ActivityStreamsTravel) - // SetActivityStreamsUndo sets the value of this property. Calling - // IsActivityStreamsUndo afterwards returns true. - SetActivityStreamsUndo(v ActivityStreamsUndo) - // SetActivityStreamsUpdate sets the value of this property. Calling - // IsActivityStreamsUpdate afterwards returns true. - SetActivityStreamsUpdate(v ActivityStreamsUpdate) - // SetActivityStreamsVideo sets the value of this property. Calling - // IsActivityStreamsVideo afterwards returns true. - SetActivityStreamsVideo(v ActivityStreamsVideo) - // SetActivityStreamsView sets the value of this property. Calling - // IsActivityStreamsView afterwards returns true. - SetActivityStreamsView(v ActivityStreamsView) - // SetForgeFedBranch sets the value of this property. Calling - // IsForgeFedBranch afterwards returns true. - SetForgeFedBranch(v ForgeFedBranch) - // SetForgeFedCommit sets the value of this property. Calling - // IsForgeFedCommit afterwards returns true. - SetForgeFedCommit(v ForgeFedCommit) - // SetForgeFedPush sets the value of this property. Calling IsForgeFedPush - // afterwards returns true. - SetForgeFedPush(v ForgeFedPush) - // SetForgeFedRepository sets the value of this property. Calling - // IsForgeFedRepository afterwards returns true. - SetForgeFedRepository(v ForgeFedRepository) - // SetForgeFedTicket sets the value of this property. Calling - // IsForgeFedTicket afterwards returns true. - SetForgeFedTicket(v ForgeFedTicket) - // SetForgeFedTicketDependency sets the value of this property. Calling - // IsForgeFedTicketDependency afterwards returns true. - SetForgeFedTicketDependency(v ForgeFedTicketDependency) - // SetIRI sets the value of this property. Calling IsIRI afterwards - // returns true. - SetIRI(v *url.URL) - // SetSchemaPropertyValue sets the value of this property. Calling - // IsSchemaPropertyValue afterwards returns true. - SetSchemaPropertyValue(v SchemaPropertyValue) - // SetTootEmoji sets the value of this property. Calling IsTootEmoji - // afterwards returns true. - SetTootEmoji(v TootEmoji) - // SetTootIdentityProof sets the value of this property. Calling - // IsTootIdentityProof afterwards returns true. - SetTootIdentityProof(v TootIdentityProof) - // SetType attempts to set the property for the arbitrary type. Returns an - // error if it is not a valid type to set on this property. - SetType(t Type) error -} - -// Identifies objects for which which this ticket tracker tracks tickets. When -// you’d like to open a ticket against those objects, you can send them to -// this tracker. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://forgefed.peers.community/ns" -// ], -// "id": "https://bugs.example/treesim", -// "tracksTicketsFor": [ -// "https://dev.example/aviva/liblsystem", -// "https://dev.example/aviva/3d-tree-models", -// "https://dev.example/aviva/treesim" -// ], -// "type": "Project" -// } -type ForgeFedTracksTicketsForProperty interface { - // AppendActivityStreamsAccept appends a Accept value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsAccept(v ActivityStreamsAccept) - // AppendActivityStreamsActivity appends a Activity value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsActivity(v ActivityStreamsActivity) - // AppendActivityStreamsAdd appends a Add value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsAdd(v ActivityStreamsAdd) - // AppendActivityStreamsAnnounce appends a Announce value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsAnnounce(v ActivityStreamsAnnounce) - // AppendActivityStreamsApplication appends a Application value to the - // back of a list of the property "tracksTicketsFor". Invalidates - // iterators that are traversing using Prev. - AppendActivityStreamsApplication(v ActivityStreamsApplication) - // AppendActivityStreamsArrive appends a Arrive value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsArrive(v ActivityStreamsArrive) - // AppendActivityStreamsArticle appends a Article value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsArticle(v ActivityStreamsArticle) - // AppendActivityStreamsAudio appends a Audio value to the back of a list - // of the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsAudio(v ActivityStreamsAudio) - // AppendActivityStreamsBlock appends a Block value to the back of a list - // of the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsBlock(v ActivityStreamsBlock) - // AppendActivityStreamsCollection appends a Collection value to the back - // of a list of the property "tracksTicketsFor". Invalidates iterators - // that are traversing using Prev. - AppendActivityStreamsCollection(v ActivityStreamsCollection) - // AppendActivityStreamsCollectionPage appends a CollectionPage value to - // the back of a list of the property "tracksTicketsFor". Invalidates - // iterators that are traversing using Prev. - AppendActivityStreamsCollectionPage(v ActivityStreamsCollectionPage) - // AppendActivityStreamsCreate appends a Create value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsCreate(v ActivityStreamsCreate) - // AppendActivityStreamsDelete appends a Delete value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsDelete(v ActivityStreamsDelete) - // AppendActivityStreamsDislike appends a Dislike value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsDislike(v ActivityStreamsDislike) - // AppendActivityStreamsDocument appends a Document value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsDocument(v ActivityStreamsDocument) - // AppendActivityStreamsEvent appends a Event value to the back of a list - // of the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsEvent(v ActivityStreamsEvent) - // AppendActivityStreamsFlag appends a Flag value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsFlag(v ActivityStreamsFlag) - // AppendActivityStreamsFollow appends a Follow value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsFollow(v ActivityStreamsFollow) - // AppendActivityStreamsGroup appends a Group value to the back of a list - // of the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsGroup(v ActivityStreamsGroup) - // AppendActivityStreamsIgnore appends a Ignore value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsIgnore(v ActivityStreamsIgnore) - // AppendActivityStreamsImage appends a Image value to the back of a list - // of the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsImage(v ActivityStreamsImage) - // AppendActivityStreamsIntransitiveActivity appends a - // IntransitiveActivity value to the back of a list of the property - // "tracksTicketsFor". Invalidates iterators that are traversing using - // Prev. - AppendActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity) - // AppendActivityStreamsInvite appends a Invite value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsInvite(v ActivityStreamsInvite) - // AppendActivityStreamsJoin appends a Join value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsJoin(v ActivityStreamsJoin) - // AppendActivityStreamsLeave appends a Leave value to the back of a list - // of the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsLeave(v ActivityStreamsLeave) - // AppendActivityStreamsLike appends a Like value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsLike(v ActivityStreamsLike) - // AppendActivityStreamsListen appends a Listen value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsListen(v ActivityStreamsListen) - // AppendActivityStreamsMove appends a Move value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsMove(v ActivityStreamsMove) - // AppendActivityStreamsNote appends a Note value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsNote(v ActivityStreamsNote) - // AppendActivityStreamsObject appends a Object value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsObject(v ActivityStreamsObject) - // AppendActivityStreamsOffer appends a Offer value to the back of a list - // of the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsOffer(v ActivityStreamsOffer) - // AppendActivityStreamsOrderedCollection appends a OrderedCollection - // value to the back of a list of the property "tracksTicketsFor". - // Invalidates iterators that are traversing using Prev. - AppendActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // AppendActivityStreamsOrderedCollectionPage appends a - // OrderedCollectionPage value to the back of a list of the property - // "tracksTicketsFor". Invalidates iterators that are traversing using - // Prev. - AppendActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // AppendActivityStreamsOrganization appends a Organization value to the - // back of a list of the property "tracksTicketsFor". Invalidates - // iterators that are traversing using Prev. - AppendActivityStreamsOrganization(v ActivityStreamsOrganization) - // AppendActivityStreamsPage appends a Page value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsPage(v ActivityStreamsPage) - // AppendActivityStreamsPerson appends a Person value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsPerson(v ActivityStreamsPerson) - // AppendActivityStreamsPlace appends a Place value to the back of a list - // of the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsPlace(v ActivityStreamsPlace) - // AppendActivityStreamsProfile appends a Profile value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsProfile(v ActivityStreamsProfile) - // AppendActivityStreamsQuestion appends a Question value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsQuestion(v ActivityStreamsQuestion) - // AppendActivityStreamsRead appends a Read value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsRead(v ActivityStreamsRead) - // AppendActivityStreamsReject appends a Reject value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsReject(v ActivityStreamsReject) - // AppendActivityStreamsRelationship appends a Relationship value to the - // back of a list of the property "tracksTicketsFor". Invalidates - // iterators that are traversing using Prev. - AppendActivityStreamsRelationship(v ActivityStreamsRelationship) - // AppendActivityStreamsRemove appends a Remove value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsRemove(v ActivityStreamsRemove) - // AppendActivityStreamsService appends a Service value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsService(v ActivityStreamsService) - // AppendActivityStreamsTentativeAccept appends a TentativeAccept value to - // the back of a list of the property "tracksTicketsFor". Invalidates - // iterators that are traversing using Prev. - AppendActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept) - // AppendActivityStreamsTentativeReject appends a TentativeReject value to - // the back of a list of the property "tracksTicketsFor". Invalidates - // iterators that are traversing using Prev. - AppendActivityStreamsTentativeReject(v ActivityStreamsTentativeReject) - // AppendActivityStreamsTombstone appends a Tombstone value to the back of - // a list of the property "tracksTicketsFor". Invalidates iterators - // that are traversing using Prev. - AppendActivityStreamsTombstone(v ActivityStreamsTombstone) - // AppendActivityStreamsTravel appends a Travel value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsTravel(v ActivityStreamsTravel) - // AppendActivityStreamsUndo appends a Undo value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsUndo(v ActivityStreamsUndo) - // AppendActivityStreamsUpdate appends a Update value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendActivityStreamsUpdate(v ActivityStreamsUpdate) - // AppendActivityStreamsVideo appends a Video value to the back of a list - // of the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsVideo(v ActivityStreamsVideo) - // AppendActivityStreamsView appends a View value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendActivityStreamsView(v ActivityStreamsView) - // AppendForgeFedBranch appends a Branch value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedBranch(v ForgeFedBranch) - // AppendForgeFedCommit appends a Commit value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedCommit(v ForgeFedCommit) - // AppendForgeFedPush appends a Push value to the back of a list of the - // property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedPush(v ForgeFedPush) - // AppendForgeFedRepository appends a Repository value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendForgeFedRepository(v ForgeFedRepository) - // AppendForgeFedTicket appends a Ticket value to the back of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendForgeFedTicket(v ForgeFedTicket) - // AppendForgeFedTicketDependency appends a TicketDependency value to the - // back of a list of the property "tracksTicketsFor". Invalidates - // iterators that are traversing using Prev. - AppendForgeFedTicketDependency(v ForgeFedTicketDependency) - // AppendIRI appends an IRI value to the back of a list of the property - // "tracksTicketsFor" - AppendIRI(v *url.URL) - // AppendSchemaPropertyValue appends a PropertyValue value to the back of - // a list of the property "tracksTicketsFor". Invalidates iterators - // that are traversing using Prev. - AppendSchemaPropertyValue(v SchemaPropertyValue) - // AppendTootEmoji appends a Emoji value to the back of a list of the - // property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. - AppendTootEmoji(v TootEmoji) - // AppendTootIdentityProof appends a IdentityProof value to the back of a - // list of the property "tracksTicketsFor". Invalidates iterators that - // are traversing using Prev. - AppendTootIdentityProof(v TootIdentityProof) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "tracksTicketsFor". Invalidates iterators that are - // traversing using Prev. Returns an error if the type is not a valid - // one to set for this property. - AppendType(t Type) error - // At returns the property value for the specified index. Panics if the - // index is out of bounds. - At(index int) ForgeFedTracksTicketsForPropertyIterator - // Begin returns the first iterator, or nil if empty. Can be used with the - // iterator's Next method and this property's End method to iterate - // from front to back through all values. - Begin() ForgeFedTracksTicketsForPropertyIterator - // Empty returns returns true if there are no elements. - Empty() bool - // End returns beyond-the-last iterator, which is nil. Can be used with - // the iterator's Next method and this property's Begin method to - // iterate from front to back through all values. - End() ForgeFedTracksTicketsForPropertyIterator - // InsertActivityStreamsAccept inserts a Accept value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsAccept(idx int, v ActivityStreamsAccept) - // InsertActivityStreamsActivity inserts a Activity value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsActivity(idx int, v ActivityStreamsActivity) - // InsertActivityStreamsAdd inserts a Add value at the specified index for - // a property "tracksTicketsFor". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsAdd(idx int, v ActivityStreamsAdd) - // InsertActivityStreamsAnnounce inserts a Announce value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce) - // InsertActivityStreamsApplication inserts a Application value at the - // specified index for a property "tracksTicketsFor". Existing - // elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertActivityStreamsApplication(idx int, v ActivityStreamsApplication) - // InsertActivityStreamsArrive inserts a Arrive value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsArrive(idx int, v ActivityStreamsArrive) - // InsertActivityStreamsArticle inserts a Article value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsArticle(idx int, v ActivityStreamsArticle) - // InsertActivityStreamsAudio inserts a Audio value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsAudio(idx int, v ActivityStreamsAudio) - // InsertActivityStreamsBlock inserts a Block value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsBlock(idx int, v ActivityStreamsBlock) - // InsertActivityStreamsCollection inserts a Collection value at the - // specified index for a property "tracksTicketsFor". Existing - // elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertActivityStreamsCollection(idx int, v ActivityStreamsCollection) - // InsertActivityStreamsCollectionPage inserts a CollectionPage value at - // the specified index for a property "tracksTicketsFor". Existing - // elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage) - // InsertActivityStreamsCreate inserts a Create value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsCreate(idx int, v ActivityStreamsCreate) - // InsertActivityStreamsDelete inserts a Delete value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsDelete(idx int, v ActivityStreamsDelete) - // InsertActivityStreamsDislike inserts a Dislike value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsDislike(idx int, v ActivityStreamsDislike) - // InsertActivityStreamsDocument inserts a Document value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsDocument(idx int, v ActivityStreamsDocument) - // InsertActivityStreamsEvent inserts a Event value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsEvent(idx int, v ActivityStreamsEvent) - // InsertActivityStreamsFlag inserts a Flag value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsFlag(idx int, v ActivityStreamsFlag) - // InsertActivityStreamsFollow inserts a Follow value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsFollow(idx int, v ActivityStreamsFollow) - // InsertActivityStreamsGroup inserts a Group value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsGroup(idx int, v ActivityStreamsGroup) - // InsertActivityStreamsIgnore inserts a Ignore value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsIgnore(idx int, v ActivityStreamsIgnore) - // InsertActivityStreamsImage inserts a Image value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsImage(idx int, v ActivityStreamsImage) - // InsertActivityStreamsIntransitiveActivity inserts a - // IntransitiveActivity value at the specified index for a property - // "tracksTicketsFor". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity) - // InsertActivityStreamsInvite inserts a Invite value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsInvite(idx int, v ActivityStreamsInvite) - // InsertActivityStreamsJoin inserts a Join value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsJoin(idx int, v ActivityStreamsJoin) - // InsertActivityStreamsLeave inserts a Leave value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsLeave(idx int, v ActivityStreamsLeave) - // InsertActivityStreamsLike inserts a Like value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsLike(idx int, v ActivityStreamsLike) - // InsertActivityStreamsListen inserts a Listen value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsListen(idx int, v ActivityStreamsListen) - // InsertActivityStreamsMove inserts a Move value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsMove(idx int, v ActivityStreamsMove) - // InsertActivityStreamsNote inserts a Note value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsNote(idx int, v ActivityStreamsNote) - // InsertActivityStreamsObject inserts a Object value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsObject(idx int, v ActivityStreamsObject) - // InsertActivityStreamsOffer inserts a Offer value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsOffer(idx int, v ActivityStreamsOffer) - // InsertActivityStreamsOrderedCollection inserts a OrderedCollection - // value at the specified index for a property "tracksTicketsFor". - // Existing elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection) - // InsertActivityStreamsOrderedCollectionPage inserts a - // OrderedCollectionPage value at the specified index for a property - // "tracksTicketsFor". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage) - // InsertActivityStreamsOrganization inserts a Organization value at the - // specified index for a property "tracksTicketsFor". Existing - // elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertActivityStreamsOrganization(idx int, v ActivityStreamsOrganization) - // InsertActivityStreamsPage inserts a Page value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsPage(idx int, v ActivityStreamsPage) - // InsertActivityStreamsPerson inserts a Person value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsPerson(idx int, v ActivityStreamsPerson) - // InsertActivityStreamsPlace inserts a Place value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsPlace(idx int, v ActivityStreamsPlace) - // InsertActivityStreamsProfile inserts a Profile value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsProfile(idx int, v ActivityStreamsProfile) - // InsertActivityStreamsQuestion inserts a Question value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsQuestion(idx int, v ActivityStreamsQuestion) - // InsertActivityStreamsRead inserts a Read value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsRead(idx int, v ActivityStreamsRead) - // InsertActivityStreamsReject inserts a Reject value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsReject(idx int, v ActivityStreamsReject) - // InsertActivityStreamsRelationship inserts a Relationship value at the - // specified index for a property "tracksTicketsFor". Existing - // elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertActivityStreamsRelationship(idx int, v ActivityStreamsRelationship) - // InsertActivityStreamsRemove inserts a Remove value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsRemove(idx int, v ActivityStreamsRemove) - // InsertActivityStreamsService inserts a Service value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsService(idx int, v ActivityStreamsService) - // InsertActivityStreamsTentativeAccept inserts a TentativeAccept value at - // the specified index for a property "tracksTicketsFor". Existing - // elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept) - // InsertActivityStreamsTentativeReject inserts a TentativeReject value at - // the specified index for a property "tracksTicketsFor". Existing - // elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject) - // InsertActivityStreamsTombstone inserts a Tombstone value at the - // specified index for a property "tracksTicketsFor". Existing - // elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertActivityStreamsTombstone(idx int, v ActivityStreamsTombstone) - // InsertActivityStreamsTravel inserts a Travel value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsTravel(idx int, v ActivityStreamsTravel) - // InsertActivityStreamsUndo inserts a Undo value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsUndo(idx int, v ActivityStreamsUndo) - // InsertActivityStreamsUpdate inserts a Update value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsUpdate(idx int, v ActivityStreamsUpdate) - // InsertActivityStreamsVideo inserts a Video value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsVideo(idx int, v ActivityStreamsVideo) - // InsertActivityStreamsView inserts a View value at the specified index - // for a property "tracksTicketsFor". Existing elements at that index - // and higher are shifted back once. Invalidates all iterators. - InsertActivityStreamsView(idx int, v ActivityStreamsView) - // InsertForgeFedBranch inserts a Branch value at the specified index for - // a property "tracksTicketsFor". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedBranch(idx int, v ForgeFedBranch) - // InsertForgeFedCommit inserts a Commit value at the specified index for - // a property "tracksTicketsFor". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedCommit(idx int, v ForgeFedCommit) - // InsertForgeFedPush inserts a Push value at the specified index for a - // property "tracksTicketsFor". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedPush(idx int, v ForgeFedPush) - // InsertForgeFedRepository inserts a Repository value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertForgeFedRepository(idx int, v ForgeFedRepository) - // InsertForgeFedTicket inserts a Ticket value at the specified index for - // a property "tracksTicketsFor". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertForgeFedTicket(idx int, v ForgeFedTicket) - // InsertForgeFedTicketDependency inserts a TicketDependency value at the - // specified index for a property "tracksTicketsFor". Existing - // elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) - // Insert inserts an IRI value at the specified index for a property - // "tracksTicketsFor". Existing elements at that index and higher are - // shifted back once. Invalidates all iterators. - InsertIRI(idx int, v *url.URL) - // InsertSchemaPropertyValue inserts a PropertyValue value at the - // specified index for a property "tracksTicketsFor". Existing - // elements at that index and higher are shifted back once. - // Invalidates all iterators. - InsertSchemaPropertyValue(idx int, v SchemaPropertyValue) - // InsertTootEmoji inserts a Emoji value at the specified index for a - // property "tracksTicketsFor". Existing elements at that index and - // higher are shifted back once. Invalidates all iterators. - InsertTootEmoji(idx int, v TootEmoji) - // InsertTootIdentityProof inserts a IdentityProof value at the specified - // index for a property "tracksTicketsFor". Existing elements at that - // index and higher are shifted back once. Invalidates all iterators. - InsertTootIdentityProof(idx int, v TootIdentityProof) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "tracksTicketsFor". Invalidates all iterators. Returns - // an error if the type is not a valid one to set for this property. - InsertType(idx int, t Type) error - // JSONLDContext returns the JSONLD URIs required in the context string - // for this property and the specific values that are set. The value - // in the map is the alias used to import the property's value or - // values. - JSONLDContext() map[string]string - // KindIndex computes an arbitrary value for indexing this kind of value. - // This is a leaky API method specifically needed only for alternate - // implementations for go-fed. Applications should not use this - // method. Panics if the index is out of bounds. - KindIndex(idx int) int - // Len returns the number of values that exist for the "tracksTicketsFor" - // property. - Len() (length int) - // Less computes whether another property is less than this one. Mixing - // types results in a consistent but arbitrary ordering - Less(i, j int) bool - // LessThan compares two instances of this property with an arbitrary but - // stable comparison. Applications should not use this because it is - // only meant to help alternative implementations to go-fed to be able - // to normalize nonfunctional properties. - LessThan(o ForgeFedTracksTicketsForProperty) bool - // Name returns the name of this property ("tracksTicketsFor") with any - // alias. - Name() string - // PrependActivityStreamsAccept prepends a Accept value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsAccept(v ActivityStreamsAccept) - // PrependActivityStreamsActivity prepends a Activity value to the front - // of a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsActivity(v ActivityStreamsActivity) - // PrependActivityStreamsAdd prepends a Add value to the front of a list - // of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsAdd(v ActivityStreamsAdd) - // PrependActivityStreamsAnnounce prepends a Announce value to the front - // of a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsAnnounce(v ActivityStreamsAnnounce) - // PrependActivityStreamsApplication prepends a Application value to the - // front of a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsApplication(v ActivityStreamsApplication) - // PrependActivityStreamsArrive prepends a Arrive value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsArrive(v ActivityStreamsArrive) - // PrependActivityStreamsArticle prepends a Article value to the front of - // a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsArticle(v ActivityStreamsArticle) - // PrependActivityStreamsAudio prepends a Audio value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsAudio(v ActivityStreamsAudio) - // PrependActivityStreamsBlock prepends a Block value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsBlock(v ActivityStreamsBlock) - // PrependActivityStreamsCollection prepends a Collection value to the - // front of a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsCollection(v ActivityStreamsCollection) - // PrependActivityStreamsCollectionPage prepends a CollectionPage value to - // the front of a list of the property "tracksTicketsFor". Invalidates - // all iterators. - PrependActivityStreamsCollectionPage(v ActivityStreamsCollectionPage) - // PrependActivityStreamsCreate prepends a Create value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsCreate(v ActivityStreamsCreate) - // PrependActivityStreamsDelete prepends a Delete value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsDelete(v ActivityStreamsDelete) - // PrependActivityStreamsDislike prepends a Dislike value to the front of - // a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsDislike(v ActivityStreamsDislike) - // PrependActivityStreamsDocument prepends a Document value to the front - // of a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsDocument(v ActivityStreamsDocument) - // PrependActivityStreamsEvent prepends a Event value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsEvent(v ActivityStreamsEvent) - // PrependActivityStreamsFlag prepends a Flag value to the front of a list - // of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsFlag(v ActivityStreamsFlag) - // PrependActivityStreamsFollow prepends a Follow value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsFollow(v ActivityStreamsFollow) - // PrependActivityStreamsGroup prepends a Group value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsGroup(v ActivityStreamsGroup) - // PrependActivityStreamsIgnore prepends a Ignore value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsIgnore(v ActivityStreamsIgnore) - // PrependActivityStreamsImage prepends a Image value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsImage(v ActivityStreamsImage) - // PrependActivityStreamsIntransitiveActivity prepends a - // IntransitiveActivity value to the front of a list of the property - // "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsIntransitiveActivity(v ActivityStreamsIntransitiveActivity) - // PrependActivityStreamsInvite prepends a Invite value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsInvite(v ActivityStreamsInvite) - // PrependActivityStreamsJoin prepends a Join value to the front of a list - // of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsJoin(v ActivityStreamsJoin) - // PrependActivityStreamsLeave prepends a Leave value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsLeave(v ActivityStreamsLeave) - // PrependActivityStreamsLike prepends a Like value to the front of a list - // of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsLike(v ActivityStreamsLike) - // PrependActivityStreamsListen prepends a Listen value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsListen(v ActivityStreamsListen) - // PrependActivityStreamsMove prepends a Move value to the front of a list - // of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsMove(v ActivityStreamsMove) - // PrependActivityStreamsNote prepends a Note value to the front of a list - // of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsNote(v ActivityStreamsNote) - // PrependActivityStreamsObject prepends a Object value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsObject(v ActivityStreamsObject) - // PrependActivityStreamsOffer prepends a Offer value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsOffer(v ActivityStreamsOffer) - // PrependActivityStreamsOrderedCollection prepends a OrderedCollection - // value to the front of a list of the property "tracksTicketsFor". - // Invalidates all iterators. - PrependActivityStreamsOrderedCollection(v ActivityStreamsOrderedCollection) - // PrependActivityStreamsOrderedCollectionPage prepends a - // OrderedCollectionPage value to the front of a list of the property - // "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsOrderedCollectionPage(v ActivityStreamsOrderedCollectionPage) - // PrependActivityStreamsOrganization prepends a Organization value to the - // front of a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsOrganization(v ActivityStreamsOrganization) - // PrependActivityStreamsPage prepends a Page value to the front of a list - // of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsPage(v ActivityStreamsPage) - // PrependActivityStreamsPerson prepends a Person value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsPerson(v ActivityStreamsPerson) - // PrependActivityStreamsPlace prepends a Place value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsPlace(v ActivityStreamsPlace) - // PrependActivityStreamsProfile prepends a Profile value to the front of - // a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsProfile(v ActivityStreamsProfile) - // PrependActivityStreamsQuestion prepends a Question value to the front - // of a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsQuestion(v ActivityStreamsQuestion) - // PrependActivityStreamsRead prepends a Read value to the front of a list - // of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsRead(v ActivityStreamsRead) - // PrependActivityStreamsReject prepends a Reject value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsReject(v ActivityStreamsReject) - // PrependActivityStreamsRelationship prepends a Relationship value to the - // front of a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsRelationship(v ActivityStreamsRelationship) - // PrependActivityStreamsRemove prepends a Remove value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsRemove(v ActivityStreamsRemove) - // PrependActivityStreamsService prepends a Service value to the front of - // a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsService(v ActivityStreamsService) - // PrependActivityStreamsTentativeAccept prepends a TentativeAccept value - // to the front of a list of the property "tracksTicketsFor". - // Invalidates all iterators. - PrependActivityStreamsTentativeAccept(v ActivityStreamsTentativeAccept) - // PrependActivityStreamsTentativeReject prepends a TentativeReject value - // to the front of a list of the property "tracksTicketsFor". - // Invalidates all iterators. - PrependActivityStreamsTentativeReject(v ActivityStreamsTentativeReject) - // PrependActivityStreamsTombstone prepends a Tombstone value to the front - // of a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependActivityStreamsTombstone(v ActivityStreamsTombstone) - // PrependActivityStreamsTravel prepends a Travel value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsTravel(v ActivityStreamsTravel) - // PrependActivityStreamsUndo prepends a Undo value to the front of a list - // of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsUndo(v ActivityStreamsUndo) - // PrependActivityStreamsUpdate prepends a Update value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsUpdate(v ActivityStreamsUpdate) - // PrependActivityStreamsVideo prepends a Video value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsVideo(v ActivityStreamsVideo) - // PrependActivityStreamsView prepends a View value to the front of a list - // of the property "tracksTicketsFor". Invalidates all iterators. - PrependActivityStreamsView(v ActivityStreamsView) - // PrependForgeFedBranch prepends a Branch value to the front of a list of - // the property "tracksTicketsFor". Invalidates all iterators. - PrependForgeFedBranch(v ForgeFedBranch) - // PrependForgeFedCommit prepends a Commit value to the front of a list of - // the property "tracksTicketsFor". Invalidates all iterators. - PrependForgeFedCommit(v ForgeFedCommit) - // PrependForgeFedPush prepends a Push value to the front of a list of the - // property "tracksTicketsFor". Invalidates all iterators. - PrependForgeFedPush(v ForgeFedPush) - // PrependForgeFedRepository prepends a Repository value to the front of a - // list of the property "tracksTicketsFor". Invalidates all iterators. - PrependForgeFedRepository(v ForgeFedRepository) - // PrependForgeFedTicket prepends a Ticket value to the front of a list of - // the property "tracksTicketsFor". Invalidates all iterators. - PrependForgeFedTicket(v ForgeFedTicket) - // PrependForgeFedTicketDependency prepends a TicketDependency value to - // the front of a list of the property "tracksTicketsFor". Invalidates - // all iterators. - PrependForgeFedTicketDependency(v ForgeFedTicketDependency) - // PrependIRI prepends an IRI value to the front of a list of the property - // "tracksTicketsFor". - PrependIRI(v *url.URL) - // PrependSchemaPropertyValue prepends a PropertyValue value to the front - // of a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependSchemaPropertyValue(v SchemaPropertyValue) - // PrependTootEmoji prepends a Emoji value to the front of a list of the - // property "tracksTicketsFor". Invalidates all iterators. - PrependTootEmoji(v TootEmoji) - // PrependTootIdentityProof prepends a IdentityProof value to the front of - // a list of the property "tracksTicketsFor". Invalidates all - // iterators. - PrependTootIdentityProof(v TootIdentityProof) - // PrependType prepends an arbitrary type value to the front of a list of - // the property "tracksTicketsFor". Invalidates all iterators. Returns - // an error if the type is not a valid one to set for this property. - PrependType(t Type) error - // Remove deletes an element at the specified index from a list of the - // property "tracksTicketsFor", regardless of its type. Panics if the - // index is out of bounds. Invalidates all iterators. - Remove(idx int) - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. Applications should not - // need this function as most typical use cases serialize types - // instead of individual properties. It is exposed for alternatives to - // go-fed implementations to use. - Serialize() (interface{}, error) - // SetActivityStreamsAccept sets a Accept value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsAccept(idx int, v ActivityStreamsAccept) - // SetActivityStreamsActivity sets a Activity value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsActivity(idx int, v ActivityStreamsActivity) - // SetActivityStreamsAdd sets a Add value to be at the specified index for - // the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsAdd(idx int, v ActivityStreamsAdd) - // SetActivityStreamsAnnounce sets a Announce value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsAnnounce(idx int, v ActivityStreamsAnnounce) - // SetActivityStreamsApplication sets a Application value to be at the - // specified index for the property "tracksTicketsFor". Panics if the - // index is out of bounds. Invalidates all iterators. - SetActivityStreamsApplication(idx int, v ActivityStreamsApplication) - // SetActivityStreamsArrive sets a Arrive value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsArrive(idx int, v ActivityStreamsArrive) - // SetActivityStreamsArticle sets a Article value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsArticle(idx int, v ActivityStreamsArticle) - // SetActivityStreamsAudio sets a Audio value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsAudio(idx int, v ActivityStreamsAudio) - // SetActivityStreamsBlock sets a Block value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsBlock(idx int, v ActivityStreamsBlock) - // SetActivityStreamsCollection sets a Collection value to be at the - // specified index for the property "tracksTicketsFor". Panics if the - // index is out of bounds. Invalidates all iterators. - SetActivityStreamsCollection(idx int, v ActivityStreamsCollection) - // SetActivityStreamsCollectionPage sets a CollectionPage value to be at - // the specified index for the property "tracksTicketsFor". Panics if - // the index is out of bounds. Invalidates all iterators. - SetActivityStreamsCollectionPage(idx int, v ActivityStreamsCollectionPage) - // SetActivityStreamsCreate sets a Create value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsCreate(idx int, v ActivityStreamsCreate) - // SetActivityStreamsDelete sets a Delete value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsDelete(idx int, v ActivityStreamsDelete) - // SetActivityStreamsDislike sets a Dislike value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsDislike(idx int, v ActivityStreamsDislike) - // SetActivityStreamsDocument sets a Document value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsDocument(idx int, v ActivityStreamsDocument) - // SetActivityStreamsEvent sets a Event value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsEvent(idx int, v ActivityStreamsEvent) - // SetActivityStreamsFlag sets a Flag value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsFlag(idx int, v ActivityStreamsFlag) - // SetActivityStreamsFollow sets a Follow value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsFollow(idx int, v ActivityStreamsFollow) - // SetActivityStreamsGroup sets a Group value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsGroup(idx int, v ActivityStreamsGroup) - // SetActivityStreamsIgnore sets a Ignore value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsIgnore(idx int, v ActivityStreamsIgnore) - // SetActivityStreamsImage sets a Image value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsImage(idx int, v ActivityStreamsImage) - // SetActivityStreamsIntransitiveActivity sets a IntransitiveActivity - // value to be at the specified index for the property - // "tracksTicketsFor". Panics if the index is out of bounds. - // Invalidates all iterators. - SetActivityStreamsIntransitiveActivity(idx int, v ActivityStreamsIntransitiveActivity) - // SetActivityStreamsInvite sets a Invite value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsInvite(idx int, v ActivityStreamsInvite) - // SetActivityStreamsJoin sets a Join value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsJoin(idx int, v ActivityStreamsJoin) - // SetActivityStreamsLeave sets a Leave value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsLeave(idx int, v ActivityStreamsLeave) - // SetActivityStreamsLike sets a Like value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsLike(idx int, v ActivityStreamsLike) - // SetActivityStreamsListen sets a Listen value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsListen(idx int, v ActivityStreamsListen) - // SetActivityStreamsMove sets a Move value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsMove(idx int, v ActivityStreamsMove) - // SetActivityStreamsNote sets a Note value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsNote(idx int, v ActivityStreamsNote) - // SetActivityStreamsObject sets a Object value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsObject(idx int, v ActivityStreamsObject) - // SetActivityStreamsOffer sets a Offer value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsOffer(idx int, v ActivityStreamsOffer) - // SetActivityStreamsOrderedCollection sets a OrderedCollection value to - // be at the specified index for the property "tracksTicketsFor". - // Panics if the index is out of bounds. Invalidates all iterators. - SetActivityStreamsOrderedCollection(idx int, v ActivityStreamsOrderedCollection) - // SetActivityStreamsOrderedCollectionPage sets a OrderedCollectionPage - // value to be at the specified index for the property - // "tracksTicketsFor". Panics if the index is out of bounds. - // Invalidates all iterators. - SetActivityStreamsOrderedCollectionPage(idx int, v ActivityStreamsOrderedCollectionPage) - // SetActivityStreamsOrganization sets a Organization value to be at the - // specified index for the property "tracksTicketsFor". Panics if the - // index is out of bounds. Invalidates all iterators. - SetActivityStreamsOrganization(idx int, v ActivityStreamsOrganization) - // SetActivityStreamsPage sets a Page value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsPage(idx int, v ActivityStreamsPage) - // SetActivityStreamsPerson sets a Person value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsPerson(idx int, v ActivityStreamsPerson) - // SetActivityStreamsPlace sets a Place value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsPlace(idx int, v ActivityStreamsPlace) - // SetActivityStreamsProfile sets a Profile value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsProfile(idx int, v ActivityStreamsProfile) - // SetActivityStreamsQuestion sets a Question value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsQuestion(idx int, v ActivityStreamsQuestion) - // SetActivityStreamsRead sets a Read value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsRead(idx int, v ActivityStreamsRead) - // SetActivityStreamsReject sets a Reject value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsReject(idx int, v ActivityStreamsReject) - // SetActivityStreamsRelationship sets a Relationship value to be at the - // specified index for the property "tracksTicketsFor". Panics if the - // index is out of bounds. Invalidates all iterators. - SetActivityStreamsRelationship(idx int, v ActivityStreamsRelationship) - // SetActivityStreamsRemove sets a Remove value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsRemove(idx int, v ActivityStreamsRemove) - // SetActivityStreamsService sets a Service value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsService(idx int, v ActivityStreamsService) - // SetActivityStreamsTentativeAccept sets a TentativeAccept value to be at - // the specified index for the property "tracksTicketsFor". Panics if - // the index is out of bounds. Invalidates all iterators. - SetActivityStreamsTentativeAccept(idx int, v ActivityStreamsTentativeAccept) - // SetActivityStreamsTentativeReject sets a TentativeReject value to be at - // the specified index for the property "tracksTicketsFor". Panics if - // the index is out of bounds. Invalidates all iterators. - SetActivityStreamsTentativeReject(idx int, v ActivityStreamsTentativeReject) - // SetActivityStreamsTombstone sets a Tombstone value to be at the - // specified index for the property "tracksTicketsFor". Panics if the - // index is out of bounds. Invalidates all iterators. - SetActivityStreamsTombstone(idx int, v ActivityStreamsTombstone) - // SetActivityStreamsTravel sets a Travel value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsTravel(idx int, v ActivityStreamsTravel) - // SetActivityStreamsUndo sets a Undo value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsUndo(idx int, v ActivityStreamsUndo) - // SetActivityStreamsUpdate sets a Update value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetActivityStreamsUpdate(idx int, v ActivityStreamsUpdate) - // SetActivityStreamsVideo sets a Video value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsVideo(idx int, v ActivityStreamsVideo) - // SetActivityStreamsView sets a View value to be at the specified index - // for the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetActivityStreamsView(idx int, v ActivityStreamsView) - // SetForgeFedBranch sets a Branch value to be at the specified index for - // the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedBranch(idx int, v ForgeFedBranch) - // SetForgeFedCommit sets a Commit value to be at the specified index for - // the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedCommit(idx int, v ForgeFedCommit) - // SetForgeFedPush sets a Push value to be at the specified index for the - // property "tracksTicketsFor". Panics if the index is out of bounds. - // Invalidates all iterators. - SetForgeFedPush(idx int, v ForgeFedPush) - // SetForgeFedRepository sets a Repository value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetForgeFedRepository(idx int, v ForgeFedRepository) - // SetForgeFedTicket sets a Ticket value to be at the specified index for - // the property "tracksTicketsFor". Panics if the index is out of - // bounds. Invalidates all iterators. - SetForgeFedTicket(idx int, v ForgeFedTicket) - // SetForgeFedTicketDependency sets a TicketDependency value to be at the - // specified index for the property "tracksTicketsFor". Panics if the - // index is out of bounds. Invalidates all iterators. - SetForgeFedTicketDependency(idx int, v ForgeFedTicketDependency) - // SetIRI sets an IRI value to be at the specified index for the property - // "tracksTicketsFor". Panics if the index is out of bounds. - SetIRI(idx int, v *url.URL) - // SetSchemaPropertyValue sets a PropertyValue value to be at the - // specified index for the property "tracksTicketsFor". Panics if the - // index is out of bounds. Invalidates all iterators. - SetSchemaPropertyValue(idx int, v SchemaPropertyValue) - // SetTootEmoji sets a Emoji value to be at the specified index for the - // property "tracksTicketsFor". Panics if the index is out of bounds. - // Invalidates all iterators. - SetTootEmoji(idx int, v TootEmoji) - // SetTootIdentityProof sets a IdentityProof value to be at the specified - // index for the property "tracksTicketsFor". Panics if the index is - // out of bounds. Invalidates all iterators. - SetTootIdentityProof(idx int, v TootIdentityProof) - // SetType sets an arbitrary type value to the specified index of the - // property "tracksTicketsFor". Invalidates all iterators. Returns an - // error if the type is not a valid one to set for this property. - // Panics if the index is out of bounds. - SetType(idx int, t Type) error - // Swap swaps the location of values at two indices for the - // "tracksTicketsFor" property. - Swap(i, j int) -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_accept_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_accept_interface.go index 405db9a46..547134830 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_accept_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_accept_interface.go @@ -153,15 +153,6 @@ type ActivityStreamsAccept interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -263,12 +254,6 @@ type ActivityStreamsAccept interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_activity_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_activity_interface.go index 8197fc44d..cbb1eaf28 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_activity_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_activity_interface.go @@ -133,15 +133,6 @@ type ActivityStreamsActivity interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -244,12 +235,6 @@ type ActivityStreamsActivity interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_add_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_add_interface.go index 5715911e0..a54aa94e3 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_add_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_add_interface.go @@ -153,15 +153,6 @@ type ActivityStreamsAdd interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -263,12 +254,6 @@ type ActivityStreamsAdd interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_announce_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_announce_interface.go index 91076bc26..aecd4e8e6 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_announce_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_announce_interface.go @@ -135,15 +135,6 @@ type ActivityStreamsAnnounce interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -246,12 +237,6 @@ type ActivityStreamsAnnounce interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_application_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_application_interface.go index 905a03e14..b3506f1d9 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_application_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_application_interface.go @@ -134,15 +134,6 @@ type ActivityStreamsApplication interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -264,12 +255,6 @@ type ActivityStreamsApplication interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_arrive_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_arrive_interface.go index 68a083379..c84fe32d6 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_arrive_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_arrive_interface.go @@ -132,15 +132,6 @@ type ActivityStreamsArrive interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -240,12 +231,6 @@ type ActivityStreamsArrive interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_article_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_article_interface.go index f9ba9d4a7..b99514024 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_article_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_article_interface.go @@ -109,15 +109,6 @@ type ActivityStreamsArticle interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -210,12 +201,6 @@ type ActivityStreamsArticle interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_audio_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_audio_interface.go index 52f7c7659..c3872f4df 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_audio_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_audio_interface.go @@ -111,15 +111,6 @@ type ActivityStreamsAudio interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -214,12 +205,6 @@ type ActivityStreamsAudio interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_block_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_block_interface.go index 6bcb92565..2d2831942 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_block_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_block_interface.go @@ -126,15 +126,6 @@ type ActivityStreamsBlock interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -236,12 +227,6 @@ type ActivityStreamsBlock interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_collection_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_collection_interface.go index 103ae2d4a..d928c390f 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_collection_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_collection_interface.go @@ -134,15 +134,6 @@ type ActivityStreamsCollection interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -245,12 +236,6 @@ type ActivityStreamsCollection interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_collectionpage_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_collectionpage_interface.go index 4086327c0..139685cd0 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_collectionpage_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_collectionpage_interface.go @@ -144,15 +144,6 @@ type ActivityStreamsCollectionPage interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -261,12 +252,6 @@ type ActivityStreamsCollectionPage interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_create_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_create_interface.go index fa8884795..c827f355a 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_create_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_create_interface.go @@ -130,15 +130,6 @@ type ActivityStreamsCreate interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -240,12 +231,6 @@ type ActivityStreamsCreate interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_delete_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_delete_interface.go index a69db57d5..a9c3c2594 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_delete_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_delete_interface.go @@ -131,15 +131,6 @@ type ActivityStreamsDelete interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -241,12 +232,6 @@ type ActivityStreamsDelete interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_dislike_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_dislike_interface.go index 3b3841668..6f4f34f1d 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_dislike_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_dislike_interface.go @@ -123,15 +123,6 @@ type ActivityStreamsDislike interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -234,12 +225,6 @@ type ActivityStreamsDislike interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_document_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_document_interface.go index 5df1cb34c..36a5ff237 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_document_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_document_interface.go @@ -107,15 +107,6 @@ type ActivityStreamsDocument interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -211,12 +202,6 @@ type ActivityStreamsDocument interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_event_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_event_interface.go index 11a2e3649..ab87e988f 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_event_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_event_interface.go @@ -108,15 +108,6 @@ type ActivityStreamsEvent interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -208,12 +199,6 @@ type ActivityStreamsEvent interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_flag_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_flag_interface.go index bcb34036a..97e7fecc4 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_flag_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_flag_interface.go @@ -128,15 +128,6 @@ type ActivityStreamsFlag interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -238,12 +229,6 @@ type ActivityStreamsFlag interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_follow_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_follow_interface.go index 43c86d9ba..894391cb7 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_follow_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_follow_interface.go @@ -132,15 +132,6 @@ type ActivityStreamsFollow interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -242,12 +233,6 @@ type ActivityStreamsFollow interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_group_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_group_interface.go index 6e536bc7a..589a65251 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_group_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_group_interface.go @@ -134,15 +134,6 @@ type ActivityStreamsGroup interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -263,12 +254,6 @@ type ActivityStreamsGroup interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_ignore_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_ignore_interface.go index 6631dc412..fc9b2834c 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_ignore_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_ignore_interface.go @@ -127,15 +127,6 @@ type ActivityStreamsIgnore interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -237,12 +228,6 @@ type ActivityStreamsIgnore interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_image_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_image_interface.go index 935da88a7..9cda6edde 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_image_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_image_interface.go @@ -124,15 +124,6 @@ type ActivityStreamsImage interface { // GetActivityStreamsWidth returns the "width" property if it exists, and // nil otherwise. GetActivityStreamsWidth() ActivityStreamsWidthProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -231,12 +222,6 @@ type ActivityStreamsImage interface { SetActivityStreamsUrl(i ActivityStreamsUrlProperty) // SetActivityStreamsWidth sets the "width" property. SetActivityStreamsWidth(i ActivityStreamsWidthProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_intransitiveactivity_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_intransitiveactivity_interface.go index a1fd2faf9..227aaf59a 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_intransitiveactivity_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_intransitiveactivity_interface.go @@ -128,15 +128,6 @@ type ActivityStreamsIntransitiveActivity interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -237,12 +228,6 @@ type ActivityStreamsIntransitiveActivity interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_invite_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_invite_interface.go index 06df99a6f..7e5c8ebac 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_invite_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_invite_interface.go @@ -140,15 +140,6 @@ type ActivityStreamsInvite interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -250,12 +241,6 @@ type ActivityStreamsInvite interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_join_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_join_interface.go index db7cb5720..3377cac82 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_join_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_join_interface.go @@ -130,15 +130,6 @@ type ActivityStreamsJoin interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -240,12 +231,6 @@ type ActivityStreamsJoin interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_leave_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_leave_interface.go index c2ff62819..4042315ec 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_leave_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_leave_interface.go @@ -144,15 +144,6 @@ type ActivityStreamsLeave interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -254,12 +245,6 @@ type ActivityStreamsLeave interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_like_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_like_interface.go index 3f2d6524e..eed270a80 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_like_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_like_interface.go @@ -127,15 +127,6 @@ type ActivityStreamsLike interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -237,12 +228,6 @@ type ActivityStreamsLike interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_listen_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_listen_interface.go index e8764fa61..cf8896188 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_listen_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_listen_interface.go @@ -126,15 +126,6 @@ type ActivityStreamsListen interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -236,12 +227,6 @@ type ActivityStreamsListen interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_move_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_move_interface.go index e483990c7..103360258 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_move_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_move_interface.go @@ -135,15 +135,6 @@ type ActivityStreamsMove interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -245,12 +236,6 @@ type ActivityStreamsMove interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_note_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_note_interface.go index 03e67264f..e40ec5fad 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_note_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_note_interface.go @@ -108,15 +108,6 @@ type ActivityStreamsNote interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -208,12 +199,6 @@ type ActivityStreamsNote interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_object_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_object_interface.go index f413282af..d13b468a9 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_object_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_object_interface.go @@ -110,15 +110,6 @@ type ActivityStreamsObject interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -210,12 +201,6 @@ type ActivityStreamsObject interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_offer_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_offer_interface.go index 1b931b644..94e395fdb 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_offer_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_offer_interface.go @@ -134,15 +134,6 @@ type ActivityStreamsOffer interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -244,12 +235,6 @@ type ActivityStreamsOffer interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_orderedcollection_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_orderedcollection_interface.go index 8186b982c..9460033a8 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_orderedcollection_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_orderedcollection_interface.go @@ -133,18 +133,6 @@ type ActivityStreamsOrderedCollection interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedEarlyItems returns the "earlyItems" property if it exists, - // and nil otherwise. - GetForgeFedEarlyItems() ForgeFedEarlyItemsProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -247,14 +235,6 @@ type ActivityStreamsOrderedCollection interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedEarlyItems sets the "earlyItems" property. - SetForgeFedEarlyItems(i ForgeFedEarlyItemsProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_orderedcollectionpage_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_orderedcollectionpage_interface.go index b934f1fd6..b81333371 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_orderedcollectionpage_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_orderedcollectionpage_interface.go @@ -147,18 +147,6 @@ type ActivityStreamsOrderedCollectionPage interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedEarlyItems returns the "earlyItems" property if it exists, - // and nil otherwise. - GetForgeFedEarlyItems() ForgeFedEarlyItemsProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -269,14 +257,6 @@ type ActivityStreamsOrderedCollectionPage interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedEarlyItems sets the "earlyItems" property. - SetForgeFedEarlyItems(i ForgeFedEarlyItemsProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_organization_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_organization_interface.go index 1df50cef0..da91831be 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_organization_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_organization_interface.go @@ -134,15 +134,6 @@ type ActivityStreamsOrganization interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -264,12 +255,6 @@ type ActivityStreamsOrganization interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_page_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_page_interface.go index 2fde4ebe7..c439c2aad 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_page_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_page_interface.go @@ -107,15 +107,6 @@ type ActivityStreamsPage interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -210,12 +201,6 @@ type ActivityStreamsPage interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_person_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_person_interface.go index b27ab36a8..b202c34ab 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_person_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_person_interface.go @@ -134,15 +134,6 @@ type ActivityStreamsPerson interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -263,12 +254,6 @@ type ActivityStreamsPerson interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_place_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_place_interface.go index 2706d9beb..f726da126 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_place_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_place_interface.go @@ -132,15 +132,6 @@ type ActivityStreamsPlace interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -242,12 +233,6 @@ type ActivityStreamsPlace interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_profile_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_profile_interface.go index b7a2271b8..114ed055c 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_profile_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_profile_interface.go @@ -115,15 +115,6 @@ type ActivityStreamsProfile interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -218,12 +209,6 @@ type ActivityStreamsProfile interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_question_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_question_interface.go index 68d5f1eae..b75f816ca 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_question_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_question_interface.go @@ -149,15 +149,6 @@ type ActivityStreamsQuestion interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -267,12 +258,6 @@ type ActivityStreamsQuestion interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_read_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_read_interface.go index e4e0a8d46..42482d7a8 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_read_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_read_interface.go @@ -126,15 +126,6 @@ type ActivityStreamsRead interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -236,12 +227,6 @@ type ActivityStreamsRead interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_reject_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_reject_interface.go index 44c67c72c..68fe20a70 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_reject_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_reject_interface.go @@ -134,15 +134,6 @@ type ActivityStreamsReject interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -244,12 +235,6 @@ type ActivityStreamsReject interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_relationship_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_relationship_interface.go index 8948734ac..535dbb221 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_relationship_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_relationship_interface.go @@ -123,15 +123,6 @@ type ActivityStreamsRelationship interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -228,12 +219,6 @@ type ActivityStreamsRelationship interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_remove_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_remove_interface.go index 643fee97b..98287a08f 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_remove_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_remove_interface.go @@ -149,15 +149,6 @@ type ActivityStreamsRemove interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -259,12 +250,6 @@ type ActivityStreamsRemove interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_service_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_service_interface.go index 6dcc14000..f321e73be 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_service_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_service_interface.go @@ -134,15 +134,6 @@ type ActivityStreamsService interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -264,12 +255,6 @@ type ActivityStreamsService interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tentativeaccept_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tentativeaccept_interface.go index 5caeca9eb..89592f08d 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tentativeaccept_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tentativeaccept_interface.go @@ -133,15 +133,6 @@ type ActivityStreamsTentativeAccept interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -244,12 +235,6 @@ type ActivityStreamsTentativeAccept interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tentativereject_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tentativereject_interface.go index 31e13bd5f..a2715ccd3 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tentativereject_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tentativereject_interface.go @@ -133,15 +133,6 @@ type ActivityStreamsTentativeReject interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -244,12 +235,6 @@ type ActivityStreamsTentativeReject interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tombstone_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tombstone_interface.go index 244f51fd2..4c69a76b4 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tombstone_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_tombstone_interface.go @@ -131,15 +131,6 @@ type ActivityStreamsTombstone interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -236,12 +227,6 @@ type ActivityStreamsTombstone interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_travel_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_travel_interface.go index 13e2b3148..212905842 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_travel_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_travel_interface.go @@ -132,15 +132,6 @@ type ActivityStreamsTravel interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -240,12 +231,6 @@ type ActivityStreamsTravel interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_undo_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_undo_interface.go index 8a18b68a8..ee0a1d700 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_undo_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_undo_interface.go @@ -132,15 +132,6 @@ type ActivityStreamsUndo interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -242,12 +233,6 @@ type ActivityStreamsUndo interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_update_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_update_interface.go index 606604fa9..04345d21e 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_update_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_update_interface.go @@ -129,15 +129,6 @@ type ActivityStreamsUpdate interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -239,12 +230,6 @@ type ActivityStreamsUpdate interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_video_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_video_interface.go index 227985670..7b85522e6 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_video_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_video_interface.go @@ -108,15 +108,6 @@ type ActivityStreamsVideo interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -211,12 +202,6 @@ type ActivityStreamsVideo interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_view_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_view_interface.go index 497829f4d..7394ba438 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_view_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_activitystreams_view_interface.go @@ -129,15 +129,6 @@ type ActivityStreamsView interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -239,12 +230,6 @@ type ActivityStreamsView interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_branch_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_branch_interface.go deleted file mode 100644 index c75b0508c..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_branch_interface.go +++ /dev/null @@ -1,234 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -// Represents a named variable reference to a version of the Repository, typically -// used for committing changes in parallel to other development, and usually -// eventually merging the changes into the main history line. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://forgefed.peers.community/ns" -// ], -// "context": "https://example.org/luke/myrepo", -// "id": "https://example.org/luke/myrepo/branches/master", -// "name": "master", -// "ref": "refs/heads/master", -// "type": "Branch" -// } -type ForgeFedBranch interface { - // GetActivityStreamsAltitude returns the "altitude" property if it - // exists, and nil otherwise. - GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty - // GetActivityStreamsAttachment returns the "attachment" property if it - // exists, and nil otherwise. - GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty - // GetActivityStreamsAttributedTo returns the "attributedTo" property if - // it exists, and nil otherwise. - GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty - // GetActivityStreamsAudience returns the "audience" property if it - // exists, and nil otherwise. - GetActivityStreamsAudience() ActivityStreamsAudienceProperty - // GetActivityStreamsBcc returns the "bcc" property if it exists, and nil - // otherwise. - GetActivityStreamsBcc() ActivityStreamsBccProperty - // GetActivityStreamsBto returns the "bto" property if it exists, and nil - // otherwise. - GetActivityStreamsBto() ActivityStreamsBtoProperty - // GetActivityStreamsCc returns the "cc" property if it exists, and nil - // otherwise. - GetActivityStreamsCc() ActivityStreamsCcProperty - // GetActivityStreamsContent returns the "content" property if it exists, - // and nil otherwise. - GetActivityStreamsContent() ActivityStreamsContentProperty - // GetActivityStreamsContext returns the "context" property if it exists, - // and nil otherwise. - GetActivityStreamsContext() ActivityStreamsContextProperty - // GetActivityStreamsDuration returns the "duration" property if it - // exists, and nil otherwise. - GetActivityStreamsDuration() ActivityStreamsDurationProperty - // GetActivityStreamsEndTime returns the "endTime" property if it exists, - // and nil otherwise. - GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty - // GetActivityStreamsGenerator returns the "generator" property if it - // exists, and nil otherwise. - GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty - // GetActivityStreamsIcon returns the "icon" property if it exists, and - // nil otherwise. - GetActivityStreamsIcon() ActivityStreamsIconProperty - // GetActivityStreamsImage returns the "image" property if it exists, and - // nil otherwise. - GetActivityStreamsImage() ActivityStreamsImageProperty - // GetActivityStreamsInReplyTo returns the "inReplyTo" property if it - // exists, and nil otherwise. - GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty - // GetActivityStreamsLikes returns the "likes" property if it exists, and - // nil otherwise. - GetActivityStreamsLikes() ActivityStreamsLikesProperty - // GetActivityStreamsLocation returns the "location" property if it - // exists, and nil otherwise. - GetActivityStreamsLocation() ActivityStreamsLocationProperty - // GetActivityStreamsMediaType returns the "mediaType" property if it - // exists, and nil otherwise. - GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty - // GetActivityStreamsName returns the "name" property if it exists, and - // nil otherwise. - GetActivityStreamsName() ActivityStreamsNameProperty - // GetActivityStreamsObject returns the "object" property if it exists, - // and nil otherwise. - GetActivityStreamsObject() ActivityStreamsObjectProperty - // GetActivityStreamsPreview returns the "preview" property if it exists, - // and nil otherwise. - GetActivityStreamsPreview() ActivityStreamsPreviewProperty - // GetActivityStreamsPublished returns the "published" property if it - // exists, and nil otherwise. - GetActivityStreamsPublished() ActivityStreamsPublishedProperty - // GetActivityStreamsReplies returns the "replies" property if it exists, - // and nil otherwise. - GetActivityStreamsReplies() ActivityStreamsRepliesProperty - // GetActivityStreamsSensitive returns the "sensitive" property if it - // exists, and nil otherwise. - GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty - // GetActivityStreamsShares returns the "shares" property if it exists, - // and nil otherwise. - GetActivityStreamsShares() ActivityStreamsSharesProperty - // GetActivityStreamsSource returns the "source" property if it exists, - // and nil otherwise. - GetActivityStreamsSource() ActivityStreamsSourceProperty - // GetActivityStreamsStartTime returns the "startTime" property if it - // exists, and nil otherwise. - GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty - // GetActivityStreamsSummary returns the "summary" property if it exists, - // and nil otherwise. - GetActivityStreamsSummary() ActivityStreamsSummaryProperty - // GetActivityStreamsTag returns the "tag" property if it exists, and nil - // otherwise. - GetActivityStreamsTag() ActivityStreamsTagProperty - // GetActivityStreamsTo returns the "to" property if it exists, and nil - // otherwise. - GetActivityStreamsTo() ActivityStreamsToProperty - // GetActivityStreamsUpdated returns the "updated" property if it exists, - // and nil otherwise. - GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty - // GetActivityStreamsUrl returns the "url" property if it exists, and nil - // otherwise. - GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedRef returns the "ref" property if it exists, and nil - // otherwise. - GetForgeFedRef() ForgeFedRefProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty - // GetJSONLDId returns the "id" property if it exists, and nil otherwise. - GetJSONLDId() JSONLDIdProperty - // GetJSONLDType returns the "type" property if it exists, and nil - // otherwise. - GetJSONLDType() JSONLDTypeProperty - // GetTypeName returns the name of this type. - GetTypeName() string - // GetUnknownProperties returns the unknown properties for the Branch - // type. Note that this should not be used by app developers. It is - // only used to help determine which implementation is LessThan the - // other. Developers who are creating a different implementation of - // this type's interface can use this method in their LessThan - // implementation, but routine ActivityPub applications should not use - // this to bypass the code generation tool. - GetUnknownProperties() map[string]interface{} - // IsExtending returns true if the Branch type extends from the other type. - IsExtending(other Type) bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this type and the specific properties that are set. The value - // in the map is the alias used to import the type and its properties. - JSONLDContext() map[string]string - // LessThan computes if this Branch is lesser, with an arbitrary but - // stable determination. - LessThan(o ForgeFedBranch) bool - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. - Serialize() (map[string]interface{}, error) - // SetActivityStreamsAltitude sets the "altitude" property. - SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty) - // SetActivityStreamsAttachment sets the "attachment" property. - SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty) - // SetActivityStreamsAttributedTo sets the "attributedTo" property. - SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty) - // SetActivityStreamsAudience sets the "audience" property. - SetActivityStreamsAudience(i ActivityStreamsAudienceProperty) - // SetActivityStreamsBcc sets the "bcc" property. - SetActivityStreamsBcc(i ActivityStreamsBccProperty) - // SetActivityStreamsBto sets the "bto" property. - SetActivityStreamsBto(i ActivityStreamsBtoProperty) - // SetActivityStreamsCc sets the "cc" property. - SetActivityStreamsCc(i ActivityStreamsCcProperty) - // SetActivityStreamsContent sets the "content" property. - SetActivityStreamsContent(i ActivityStreamsContentProperty) - // SetActivityStreamsContext sets the "context" property. - SetActivityStreamsContext(i ActivityStreamsContextProperty) - // SetActivityStreamsDuration sets the "duration" property. - SetActivityStreamsDuration(i ActivityStreamsDurationProperty) - // SetActivityStreamsEndTime sets the "endTime" property. - SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty) - // SetActivityStreamsGenerator sets the "generator" property. - SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty) - // SetActivityStreamsIcon sets the "icon" property. - SetActivityStreamsIcon(i ActivityStreamsIconProperty) - // SetActivityStreamsImage sets the "image" property. - SetActivityStreamsImage(i ActivityStreamsImageProperty) - // SetActivityStreamsInReplyTo sets the "inReplyTo" property. - SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty) - // SetActivityStreamsLikes sets the "likes" property. - SetActivityStreamsLikes(i ActivityStreamsLikesProperty) - // SetActivityStreamsLocation sets the "location" property. - SetActivityStreamsLocation(i ActivityStreamsLocationProperty) - // SetActivityStreamsMediaType sets the "mediaType" property. - SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty) - // SetActivityStreamsName sets the "name" property. - SetActivityStreamsName(i ActivityStreamsNameProperty) - // SetActivityStreamsObject sets the "object" property. - SetActivityStreamsObject(i ActivityStreamsObjectProperty) - // SetActivityStreamsPreview sets the "preview" property. - SetActivityStreamsPreview(i ActivityStreamsPreviewProperty) - // SetActivityStreamsPublished sets the "published" property. - SetActivityStreamsPublished(i ActivityStreamsPublishedProperty) - // SetActivityStreamsReplies sets the "replies" property. - SetActivityStreamsReplies(i ActivityStreamsRepliesProperty) - // SetActivityStreamsSensitive sets the "sensitive" property. - SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty) - // SetActivityStreamsShares sets the "shares" property. - SetActivityStreamsShares(i ActivityStreamsSharesProperty) - // SetActivityStreamsSource sets the "source" property. - SetActivityStreamsSource(i ActivityStreamsSourceProperty) - // SetActivityStreamsStartTime sets the "startTime" property. - SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty) - // SetActivityStreamsSummary sets the "summary" property. - SetActivityStreamsSummary(i ActivityStreamsSummaryProperty) - // SetActivityStreamsTag sets the "tag" property. - SetActivityStreamsTag(i ActivityStreamsTagProperty) - // SetActivityStreamsTo sets the "to" property. - SetActivityStreamsTo(i ActivityStreamsToProperty) - // SetActivityStreamsUpdated sets the "updated" property. - SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) - // SetActivityStreamsUrl sets the "url" property. - SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedRef sets the "ref" property. - SetForgeFedRef(i ForgeFedRefProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) - // SetJSONLDId sets the "id" property. - SetJSONLDId(i JSONLDIdProperty) - // SetJSONLDType sets the "type" property. - SetJSONLDType(i JSONLDTypeProperty) - // VocabularyURI returns the vocabulary's URI as a string. - VocabularyURI() string -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_commit_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_commit_interface.go deleted file mode 100644 index 95508e3a4..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_commit_interface.go +++ /dev/null @@ -1,274 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -// Represents a named set of changes in the history of a Repository. This is -// called "commit" in Git, Mercurial and Monotone; "patch" in Darcs; sometimes -// called "change set". Note that Commit is a set of changes that already -// exists in a repo’s history, while a Patch is a separate proposed change -// set, that could be applied and pushed to a repo, resulting with a Commit. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://forgefed.peers.community/ns" -// ], -// "attributedTo": "https://example.org/bob", -// "committed": "2019-07-26T23:45:01Z", -// "committedBy": "https://example.org/alice", -// "context": "https://example.org/alice/myrepo", -// "created": "2019-07-11T12:34:56Z", -// "description": { -// "content": "It's about time people can install on their computers!", -// "mediaType": "text/plain" -// }, -// "hash": "109ec9a09c7df7fec775d2ba0b9d466e5643ec8c", -// "id": "https://example.org/alice/myrepo/commits/109ec9a09c7df7fec775d2ba0b9d466e5643ec8c", -// "summary": "Add an installation script, fixes issue #89", -// "type": "Commit" -// } -type ForgeFedCommit interface { - // GetActivityStreamsAltitude returns the "altitude" property if it - // exists, and nil otherwise. - GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty - // GetActivityStreamsAttachment returns the "attachment" property if it - // exists, and nil otherwise. - GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty - // GetActivityStreamsAttributedTo returns the "attributedTo" property if - // it exists, and nil otherwise. - GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty - // GetActivityStreamsAudience returns the "audience" property if it - // exists, and nil otherwise. - GetActivityStreamsAudience() ActivityStreamsAudienceProperty - // GetActivityStreamsBcc returns the "bcc" property if it exists, and nil - // otherwise. - GetActivityStreamsBcc() ActivityStreamsBccProperty - // GetActivityStreamsBto returns the "bto" property if it exists, and nil - // otherwise. - GetActivityStreamsBto() ActivityStreamsBtoProperty - // GetActivityStreamsCc returns the "cc" property if it exists, and nil - // otherwise. - GetActivityStreamsCc() ActivityStreamsCcProperty - // GetActivityStreamsContent returns the "content" property if it exists, - // and nil otherwise. - GetActivityStreamsContent() ActivityStreamsContentProperty - // GetActivityStreamsContext returns the "context" property if it exists, - // and nil otherwise. - GetActivityStreamsContext() ActivityStreamsContextProperty - // GetActivityStreamsDuration returns the "duration" property if it - // exists, and nil otherwise. - GetActivityStreamsDuration() ActivityStreamsDurationProperty - // GetActivityStreamsEndTime returns the "endTime" property if it exists, - // and nil otherwise. - GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty - // GetActivityStreamsGenerator returns the "generator" property if it - // exists, and nil otherwise. - GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty - // GetActivityStreamsIcon returns the "icon" property if it exists, and - // nil otherwise. - GetActivityStreamsIcon() ActivityStreamsIconProperty - // GetActivityStreamsImage returns the "image" property if it exists, and - // nil otherwise. - GetActivityStreamsImage() ActivityStreamsImageProperty - // GetActivityStreamsInReplyTo returns the "inReplyTo" property if it - // exists, and nil otherwise. - GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty - // GetActivityStreamsLikes returns the "likes" property if it exists, and - // nil otherwise. - GetActivityStreamsLikes() ActivityStreamsLikesProperty - // GetActivityStreamsLocation returns the "location" property if it - // exists, and nil otherwise. - GetActivityStreamsLocation() ActivityStreamsLocationProperty - // GetActivityStreamsMediaType returns the "mediaType" property if it - // exists, and nil otherwise. - GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty - // GetActivityStreamsName returns the "name" property if it exists, and - // nil otherwise. - GetActivityStreamsName() ActivityStreamsNameProperty - // GetActivityStreamsObject returns the "object" property if it exists, - // and nil otherwise. - GetActivityStreamsObject() ActivityStreamsObjectProperty - // GetActivityStreamsPreview returns the "preview" property if it exists, - // and nil otherwise. - GetActivityStreamsPreview() ActivityStreamsPreviewProperty - // GetActivityStreamsPublished returns the "published" property if it - // exists, and nil otherwise. - GetActivityStreamsPublished() ActivityStreamsPublishedProperty - // GetActivityStreamsReplies returns the "replies" property if it exists, - // and nil otherwise. - GetActivityStreamsReplies() ActivityStreamsRepliesProperty - // GetActivityStreamsSensitive returns the "sensitive" property if it - // exists, and nil otherwise. - GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty - // GetActivityStreamsShares returns the "shares" property if it exists, - // and nil otherwise. - GetActivityStreamsShares() ActivityStreamsSharesProperty - // GetActivityStreamsSource returns the "source" property if it exists, - // and nil otherwise. - GetActivityStreamsSource() ActivityStreamsSourceProperty - // GetActivityStreamsStartTime returns the "startTime" property if it - // exists, and nil otherwise. - GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty - // GetActivityStreamsSummary returns the "summary" property if it exists, - // and nil otherwise. - GetActivityStreamsSummary() ActivityStreamsSummaryProperty - // GetActivityStreamsTag returns the "tag" property if it exists, and nil - // otherwise. - GetActivityStreamsTag() ActivityStreamsTagProperty - // GetActivityStreamsTo returns the "to" property if it exists, and nil - // otherwise. - GetActivityStreamsTo() ActivityStreamsToProperty - // GetActivityStreamsUpdated returns the "updated" property if it exists, - // and nil otherwise. - GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty - // GetActivityStreamsUrl returns the "url" property if it exists, and nil - // otherwise. - GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedCommitted returns the "committed" property if it exists, and - // nil otherwise. - GetForgeFedCommitted() ForgeFedCommittedProperty - // GetForgeFedCommittedBy returns the "committedBy" property if it exists, - // and nil otherwise. - GetForgeFedCommittedBy() ForgeFedCommittedByProperty - // GetForgeFedDescription returns the "description" property if it exists, - // and nil otherwise. - GetForgeFedDescription() ForgeFedDescriptionProperty - // GetForgeFedFilesAdded returns the "filesAdded" property if it exists, - // and nil otherwise. - GetForgeFedFilesAdded() ForgeFedFilesAddedProperty - // GetForgeFedFilesModified returns the "filesModified" property if it - // exists, and nil otherwise. - GetForgeFedFilesModified() ForgeFedFilesModifiedProperty - // GetForgeFedFilesRemoved returns the "filesRemoved" property if it - // exists, and nil otherwise. - GetForgeFedFilesRemoved() ForgeFedFilesRemovedProperty - // GetForgeFedHash returns the "hash" property if it exists, and nil - // otherwise. - GetForgeFedHash() ForgeFedHashProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty - // GetJSONLDId returns the "id" property if it exists, and nil otherwise. - GetJSONLDId() JSONLDIdProperty - // GetJSONLDType returns the "type" property if it exists, and nil - // otherwise. - GetJSONLDType() JSONLDTypeProperty - // GetTypeName returns the name of this type. - GetTypeName() string - // GetUnknownProperties returns the unknown properties for the Commit - // type. Note that this should not be used by app developers. It is - // only used to help determine which implementation is LessThan the - // other. Developers who are creating a different implementation of - // this type's interface can use this method in their LessThan - // implementation, but routine ActivityPub applications should not use - // this to bypass the code generation tool. - GetUnknownProperties() map[string]interface{} - // IsExtending returns true if the Commit type extends from the other type. - IsExtending(other Type) bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this type and the specific properties that are set. The value - // in the map is the alias used to import the type and its properties. - JSONLDContext() map[string]string - // LessThan computes if this Commit is lesser, with an arbitrary but - // stable determination. - LessThan(o ForgeFedCommit) bool - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. - Serialize() (map[string]interface{}, error) - // SetActivityStreamsAltitude sets the "altitude" property. - SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty) - // SetActivityStreamsAttachment sets the "attachment" property. - SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty) - // SetActivityStreamsAttributedTo sets the "attributedTo" property. - SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty) - // SetActivityStreamsAudience sets the "audience" property. - SetActivityStreamsAudience(i ActivityStreamsAudienceProperty) - // SetActivityStreamsBcc sets the "bcc" property. - SetActivityStreamsBcc(i ActivityStreamsBccProperty) - // SetActivityStreamsBto sets the "bto" property. - SetActivityStreamsBto(i ActivityStreamsBtoProperty) - // SetActivityStreamsCc sets the "cc" property. - SetActivityStreamsCc(i ActivityStreamsCcProperty) - // SetActivityStreamsContent sets the "content" property. - SetActivityStreamsContent(i ActivityStreamsContentProperty) - // SetActivityStreamsContext sets the "context" property. - SetActivityStreamsContext(i ActivityStreamsContextProperty) - // SetActivityStreamsDuration sets the "duration" property. - SetActivityStreamsDuration(i ActivityStreamsDurationProperty) - // SetActivityStreamsEndTime sets the "endTime" property. - SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty) - // SetActivityStreamsGenerator sets the "generator" property. - SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty) - // SetActivityStreamsIcon sets the "icon" property. - SetActivityStreamsIcon(i ActivityStreamsIconProperty) - // SetActivityStreamsImage sets the "image" property. - SetActivityStreamsImage(i ActivityStreamsImageProperty) - // SetActivityStreamsInReplyTo sets the "inReplyTo" property. - SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty) - // SetActivityStreamsLikes sets the "likes" property. - SetActivityStreamsLikes(i ActivityStreamsLikesProperty) - // SetActivityStreamsLocation sets the "location" property. - SetActivityStreamsLocation(i ActivityStreamsLocationProperty) - // SetActivityStreamsMediaType sets the "mediaType" property. - SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty) - // SetActivityStreamsName sets the "name" property. - SetActivityStreamsName(i ActivityStreamsNameProperty) - // SetActivityStreamsObject sets the "object" property. - SetActivityStreamsObject(i ActivityStreamsObjectProperty) - // SetActivityStreamsPreview sets the "preview" property. - SetActivityStreamsPreview(i ActivityStreamsPreviewProperty) - // SetActivityStreamsPublished sets the "published" property. - SetActivityStreamsPublished(i ActivityStreamsPublishedProperty) - // SetActivityStreamsReplies sets the "replies" property. - SetActivityStreamsReplies(i ActivityStreamsRepliesProperty) - // SetActivityStreamsSensitive sets the "sensitive" property. - SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty) - // SetActivityStreamsShares sets the "shares" property. - SetActivityStreamsShares(i ActivityStreamsSharesProperty) - // SetActivityStreamsSource sets the "source" property. - SetActivityStreamsSource(i ActivityStreamsSourceProperty) - // SetActivityStreamsStartTime sets the "startTime" property. - SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty) - // SetActivityStreamsSummary sets the "summary" property. - SetActivityStreamsSummary(i ActivityStreamsSummaryProperty) - // SetActivityStreamsTag sets the "tag" property. - SetActivityStreamsTag(i ActivityStreamsTagProperty) - // SetActivityStreamsTo sets the "to" property. - SetActivityStreamsTo(i ActivityStreamsToProperty) - // SetActivityStreamsUpdated sets the "updated" property. - SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) - // SetActivityStreamsUrl sets the "url" property. - SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedCommitted sets the "committed" property. - SetForgeFedCommitted(i ForgeFedCommittedProperty) - // SetForgeFedCommittedBy sets the "committedBy" property. - SetForgeFedCommittedBy(i ForgeFedCommittedByProperty) - // SetForgeFedDescription sets the "description" property. - SetForgeFedDescription(i ForgeFedDescriptionProperty) - // SetForgeFedFilesAdded sets the "filesAdded" property. - SetForgeFedFilesAdded(i ForgeFedFilesAddedProperty) - // SetForgeFedFilesModified sets the "filesModified" property. - SetForgeFedFilesModified(i ForgeFedFilesModifiedProperty) - // SetForgeFedFilesRemoved sets the "filesRemoved" property. - SetForgeFedFilesRemoved(i ForgeFedFilesRemovedProperty) - // SetForgeFedHash sets the "hash" property. - SetForgeFedHash(i ForgeFedHashProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) - // SetJSONLDId sets the "id" property. - SetJSONLDId(i JSONLDIdProperty) - // SetJSONLDType sets the "type" property. - SetJSONLDType(i JSONLDTypeProperty) - // VocabularyURI returns the vocabulary's URI as a string. - VocabularyURI() string -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_push_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_push_interface.go deleted file mode 100644 index e4e92002e..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_push_interface.go +++ /dev/null @@ -1,275 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -// Indicates that new content has been pushed to the Repository. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://forgefed.peers.community/ns" -// ], -// "actor": "https://example.org/aviva", -// "context": "https://example.org/aviva/myproject", -// "id": "https://example.org/aviva/outbox/reBGo", -// "object": { -// "items": [ -// { -// "attributedTo": "https://example.org/aviva", -// "context": "https://example.org/aviva/myproject", -// "created": "2019-11-03T13:43:59Z", -// "hash": "d96596230322716bd6f87a232a648ca9822a1c20", -// "id": "https://example.org/aviva/myproject/commits/d96596230322716bd6f87a232a648ca9822a1c20", -// "summary": "Provide hints in sign-up form fields", -// "type": "Commit" -// } -// ], -// "totalItems": 1, -// "type": "OrderedCollection" -// }, -// "summary": "\u003cp\u003eAviva pushed a commit to -// myproject\u003c/p\u003e", -// "target": "https://example.org/aviva/myproject/branches/master", -// "to": [ -// "https://example.org/aviva/followers", -// "https://example.org/aviva/myproject", -// "https://example.org/aviva/myproject/team", -// "https://example.org/aviva/myproject/followers" -// ], -// "type": "Push" -// } -type ForgeFedPush interface { - // GetActivityStreamsActor returns the "actor" property if it exists, and - // nil otherwise. - GetActivityStreamsActor() ActivityStreamsActorProperty - // GetActivityStreamsAltitude returns the "altitude" property if it - // exists, and nil otherwise. - GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty - // GetActivityStreamsAttachment returns the "attachment" property if it - // exists, and nil otherwise. - GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty - // GetActivityStreamsAttributedTo returns the "attributedTo" property if - // it exists, and nil otherwise. - GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty - // GetActivityStreamsAudience returns the "audience" property if it - // exists, and nil otherwise. - GetActivityStreamsAudience() ActivityStreamsAudienceProperty - // GetActivityStreamsBcc returns the "bcc" property if it exists, and nil - // otherwise. - GetActivityStreamsBcc() ActivityStreamsBccProperty - // GetActivityStreamsBto returns the "bto" property if it exists, and nil - // otherwise. - GetActivityStreamsBto() ActivityStreamsBtoProperty - // GetActivityStreamsCc returns the "cc" property if it exists, and nil - // otherwise. - GetActivityStreamsCc() ActivityStreamsCcProperty - // GetActivityStreamsContent returns the "content" property if it exists, - // and nil otherwise. - GetActivityStreamsContent() ActivityStreamsContentProperty - // GetActivityStreamsContext returns the "context" property if it exists, - // and nil otherwise. - GetActivityStreamsContext() ActivityStreamsContextProperty - // GetActivityStreamsDuration returns the "duration" property if it - // exists, and nil otherwise. - GetActivityStreamsDuration() ActivityStreamsDurationProperty - // GetActivityStreamsEndTime returns the "endTime" property if it exists, - // and nil otherwise. - GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty - // GetActivityStreamsGenerator returns the "generator" property if it - // exists, and nil otherwise. - GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty - // GetActivityStreamsIcon returns the "icon" property if it exists, and - // nil otherwise. - GetActivityStreamsIcon() ActivityStreamsIconProperty - // GetActivityStreamsImage returns the "image" property if it exists, and - // nil otherwise. - GetActivityStreamsImage() ActivityStreamsImageProperty - // GetActivityStreamsInReplyTo returns the "inReplyTo" property if it - // exists, and nil otherwise. - GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty - // GetActivityStreamsInstrument returns the "instrument" property if it - // exists, and nil otherwise. - GetActivityStreamsInstrument() ActivityStreamsInstrumentProperty - // GetActivityStreamsLikes returns the "likes" property if it exists, and - // nil otherwise. - GetActivityStreamsLikes() ActivityStreamsLikesProperty - // GetActivityStreamsLocation returns the "location" property if it - // exists, and nil otherwise. - GetActivityStreamsLocation() ActivityStreamsLocationProperty - // GetActivityStreamsMediaType returns the "mediaType" property if it - // exists, and nil otherwise. - GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty - // GetActivityStreamsName returns the "name" property if it exists, and - // nil otherwise. - GetActivityStreamsName() ActivityStreamsNameProperty - // GetActivityStreamsObject returns the "object" property if it exists, - // and nil otherwise. - GetActivityStreamsObject() ActivityStreamsObjectProperty - // GetActivityStreamsOrigin returns the "origin" property if it exists, - // and nil otherwise. - GetActivityStreamsOrigin() ActivityStreamsOriginProperty - // GetActivityStreamsPreview returns the "preview" property if it exists, - // and nil otherwise. - GetActivityStreamsPreview() ActivityStreamsPreviewProperty - // GetActivityStreamsPublished returns the "published" property if it - // exists, and nil otherwise. - GetActivityStreamsPublished() ActivityStreamsPublishedProperty - // GetActivityStreamsReplies returns the "replies" property if it exists, - // and nil otherwise. - GetActivityStreamsReplies() ActivityStreamsRepliesProperty - // GetActivityStreamsResult returns the "result" property if it exists, - // and nil otherwise. - GetActivityStreamsResult() ActivityStreamsResultProperty - // GetActivityStreamsSensitive returns the "sensitive" property if it - // exists, and nil otherwise. - GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty - // GetActivityStreamsShares returns the "shares" property if it exists, - // and nil otherwise. - GetActivityStreamsShares() ActivityStreamsSharesProperty - // GetActivityStreamsSource returns the "source" property if it exists, - // and nil otherwise. - GetActivityStreamsSource() ActivityStreamsSourceProperty - // GetActivityStreamsStartTime returns the "startTime" property if it - // exists, and nil otherwise. - GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty - // GetActivityStreamsSummary returns the "summary" property if it exists, - // and nil otherwise. - GetActivityStreamsSummary() ActivityStreamsSummaryProperty - // GetActivityStreamsTag returns the "tag" property if it exists, and nil - // otherwise. - GetActivityStreamsTag() ActivityStreamsTagProperty - // GetActivityStreamsTarget returns the "target" property if it exists, - // and nil otherwise. - GetActivityStreamsTarget() ActivityStreamsTargetProperty - // GetActivityStreamsTo returns the "to" property if it exists, and nil - // otherwise. - GetActivityStreamsTo() ActivityStreamsToProperty - // GetActivityStreamsUpdated returns the "updated" property if it exists, - // and nil otherwise. - GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty - // GetActivityStreamsUrl returns the "url" property if it exists, and nil - // otherwise. - GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty - // GetJSONLDId returns the "id" property if it exists, and nil otherwise. - GetJSONLDId() JSONLDIdProperty - // GetJSONLDType returns the "type" property if it exists, and nil - // otherwise. - GetJSONLDType() JSONLDTypeProperty - // GetTypeName returns the name of this type. - GetTypeName() string - // GetUnknownProperties returns the unknown properties for the Push type. - // Note that this should not be used by app developers. It is only - // used to help determine which implementation is LessThan the other. - // Developers who are creating a different implementation of this - // type's interface can use this method in their LessThan - // implementation, but routine ActivityPub applications should not use - // this to bypass the code generation tool. - GetUnknownProperties() map[string]interface{} - // IsExtending returns true if the Push type extends from the other type. - IsExtending(other Type) bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this type and the specific properties that are set. The value - // in the map is the alias used to import the type and its properties. - JSONLDContext() map[string]string - // LessThan computes if this Push is lesser, with an arbitrary but stable - // determination. - LessThan(o ForgeFedPush) bool - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. - Serialize() (map[string]interface{}, error) - // SetActivityStreamsActor sets the "actor" property. - SetActivityStreamsActor(i ActivityStreamsActorProperty) - // SetActivityStreamsAltitude sets the "altitude" property. - SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty) - // SetActivityStreamsAttachment sets the "attachment" property. - SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty) - // SetActivityStreamsAttributedTo sets the "attributedTo" property. - SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty) - // SetActivityStreamsAudience sets the "audience" property. - SetActivityStreamsAudience(i ActivityStreamsAudienceProperty) - // SetActivityStreamsBcc sets the "bcc" property. - SetActivityStreamsBcc(i ActivityStreamsBccProperty) - // SetActivityStreamsBto sets the "bto" property. - SetActivityStreamsBto(i ActivityStreamsBtoProperty) - // SetActivityStreamsCc sets the "cc" property. - SetActivityStreamsCc(i ActivityStreamsCcProperty) - // SetActivityStreamsContent sets the "content" property. - SetActivityStreamsContent(i ActivityStreamsContentProperty) - // SetActivityStreamsContext sets the "context" property. - SetActivityStreamsContext(i ActivityStreamsContextProperty) - // SetActivityStreamsDuration sets the "duration" property. - SetActivityStreamsDuration(i ActivityStreamsDurationProperty) - // SetActivityStreamsEndTime sets the "endTime" property. - SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty) - // SetActivityStreamsGenerator sets the "generator" property. - SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty) - // SetActivityStreamsIcon sets the "icon" property. - SetActivityStreamsIcon(i ActivityStreamsIconProperty) - // SetActivityStreamsImage sets the "image" property. - SetActivityStreamsImage(i ActivityStreamsImageProperty) - // SetActivityStreamsInReplyTo sets the "inReplyTo" property. - SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty) - // SetActivityStreamsInstrument sets the "instrument" property. - SetActivityStreamsInstrument(i ActivityStreamsInstrumentProperty) - // SetActivityStreamsLikes sets the "likes" property. - SetActivityStreamsLikes(i ActivityStreamsLikesProperty) - // SetActivityStreamsLocation sets the "location" property. - SetActivityStreamsLocation(i ActivityStreamsLocationProperty) - // SetActivityStreamsMediaType sets the "mediaType" property. - SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty) - // SetActivityStreamsName sets the "name" property. - SetActivityStreamsName(i ActivityStreamsNameProperty) - // SetActivityStreamsObject sets the "object" property. - SetActivityStreamsObject(i ActivityStreamsObjectProperty) - // SetActivityStreamsOrigin sets the "origin" property. - SetActivityStreamsOrigin(i ActivityStreamsOriginProperty) - // SetActivityStreamsPreview sets the "preview" property. - SetActivityStreamsPreview(i ActivityStreamsPreviewProperty) - // SetActivityStreamsPublished sets the "published" property. - SetActivityStreamsPublished(i ActivityStreamsPublishedProperty) - // SetActivityStreamsReplies sets the "replies" property. - SetActivityStreamsReplies(i ActivityStreamsRepliesProperty) - // SetActivityStreamsResult sets the "result" property. - SetActivityStreamsResult(i ActivityStreamsResultProperty) - // SetActivityStreamsSensitive sets the "sensitive" property. - SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty) - // SetActivityStreamsShares sets the "shares" property. - SetActivityStreamsShares(i ActivityStreamsSharesProperty) - // SetActivityStreamsSource sets the "source" property. - SetActivityStreamsSource(i ActivityStreamsSourceProperty) - // SetActivityStreamsStartTime sets the "startTime" property. - SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty) - // SetActivityStreamsSummary sets the "summary" property. - SetActivityStreamsSummary(i ActivityStreamsSummaryProperty) - // SetActivityStreamsTag sets the "tag" property. - SetActivityStreamsTag(i ActivityStreamsTagProperty) - // SetActivityStreamsTarget sets the "target" property. - SetActivityStreamsTarget(i ActivityStreamsTargetProperty) - // SetActivityStreamsTo sets the "to" property. - SetActivityStreamsTo(i ActivityStreamsToProperty) - // SetActivityStreamsUpdated sets the "updated" property. - SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) - // SetActivityStreamsUrl sets the "url" property. - SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) - // SetJSONLDId sets the "id" property. - SetJSONLDId(i JSONLDIdProperty) - // SetJSONLDType sets the "type" property. - SetJSONLDType(i JSONLDTypeProperty) - // VocabularyURI returns the vocabulary's URI as a string. - VocabularyURI() string -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_repository_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_repository_interface.go deleted file mode 100644 index f1f255efe..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_repository_interface.go +++ /dev/null @@ -1,243 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -// Represents a version control system repository. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://w3id.org/security/v1", -// "https://forgefed.peers.community/ns" -// ], -// "followers": "https://dev.example/aviva/treesim/followers", -// "id": "https://dev.example/aviva/treesim", -// "inbox": "https://dev.example/aviva/treesim/inbox", -// "name": "Tree Growth 3D Simulation", -// "outbox": "https://dev.example/aviva/treesim/outbox", -// "publicKey": { -// "id": "https://dev.example/aviva/treesim#main-key", -// "owner": "https://dev.example/aviva/treesim", -// "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhki....." -// }, -// "summary": "\u003cp\u003eTree growth 3D simulator for my nature -// exploration game\u003c/p\u003e", -// "team": "https://dev.example/aviva/treesim/team", -// "type": "Repository" -// } -type ForgeFedRepository interface { - // GetActivityStreamsAltitude returns the "altitude" property if it - // exists, and nil otherwise. - GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty - // GetActivityStreamsAttachment returns the "attachment" property if it - // exists, and nil otherwise. - GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty - // GetActivityStreamsAttributedTo returns the "attributedTo" property if - // it exists, and nil otherwise. - GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty - // GetActivityStreamsAudience returns the "audience" property if it - // exists, and nil otherwise. - GetActivityStreamsAudience() ActivityStreamsAudienceProperty - // GetActivityStreamsBcc returns the "bcc" property if it exists, and nil - // otherwise. - GetActivityStreamsBcc() ActivityStreamsBccProperty - // GetActivityStreamsBto returns the "bto" property if it exists, and nil - // otherwise. - GetActivityStreamsBto() ActivityStreamsBtoProperty - // GetActivityStreamsCc returns the "cc" property if it exists, and nil - // otherwise. - GetActivityStreamsCc() ActivityStreamsCcProperty - // GetActivityStreamsContent returns the "content" property if it exists, - // and nil otherwise. - GetActivityStreamsContent() ActivityStreamsContentProperty - // GetActivityStreamsContext returns the "context" property if it exists, - // and nil otherwise. - GetActivityStreamsContext() ActivityStreamsContextProperty - // GetActivityStreamsDuration returns the "duration" property if it - // exists, and nil otherwise. - GetActivityStreamsDuration() ActivityStreamsDurationProperty - // GetActivityStreamsEndTime returns the "endTime" property if it exists, - // and nil otherwise. - GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty - // GetActivityStreamsGenerator returns the "generator" property if it - // exists, and nil otherwise. - GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty - // GetActivityStreamsIcon returns the "icon" property if it exists, and - // nil otherwise. - GetActivityStreamsIcon() ActivityStreamsIconProperty - // GetActivityStreamsImage returns the "image" property if it exists, and - // nil otherwise. - GetActivityStreamsImage() ActivityStreamsImageProperty - // GetActivityStreamsInReplyTo returns the "inReplyTo" property if it - // exists, and nil otherwise. - GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty - // GetActivityStreamsLikes returns the "likes" property if it exists, and - // nil otherwise. - GetActivityStreamsLikes() ActivityStreamsLikesProperty - // GetActivityStreamsLocation returns the "location" property if it - // exists, and nil otherwise. - GetActivityStreamsLocation() ActivityStreamsLocationProperty - // GetActivityStreamsMediaType returns the "mediaType" property if it - // exists, and nil otherwise. - GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty - // GetActivityStreamsName returns the "name" property if it exists, and - // nil otherwise. - GetActivityStreamsName() ActivityStreamsNameProperty - // GetActivityStreamsObject returns the "object" property if it exists, - // and nil otherwise. - GetActivityStreamsObject() ActivityStreamsObjectProperty - // GetActivityStreamsPreview returns the "preview" property if it exists, - // and nil otherwise. - GetActivityStreamsPreview() ActivityStreamsPreviewProperty - // GetActivityStreamsPublished returns the "published" property if it - // exists, and nil otherwise. - GetActivityStreamsPublished() ActivityStreamsPublishedProperty - // GetActivityStreamsReplies returns the "replies" property if it exists, - // and nil otherwise. - GetActivityStreamsReplies() ActivityStreamsRepliesProperty - // GetActivityStreamsSensitive returns the "sensitive" property if it - // exists, and nil otherwise. - GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty - // GetActivityStreamsShares returns the "shares" property if it exists, - // and nil otherwise. - GetActivityStreamsShares() ActivityStreamsSharesProperty - // GetActivityStreamsSource returns the "source" property if it exists, - // and nil otherwise. - GetActivityStreamsSource() ActivityStreamsSourceProperty - // GetActivityStreamsStartTime returns the "startTime" property if it - // exists, and nil otherwise. - GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty - // GetActivityStreamsSummary returns the "summary" property if it exists, - // and nil otherwise. - GetActivityStreamsSummary() ActivityStreamsSummaryProperty - // GetActivityStreamsTag returns the "tag" property if it exists, and nil - // otherwise. - GetActivityStreamsTag() ActivityStreamsTagProperty - // GetActivityStreamsTo returns the "to" property if it exists, and nil - // otherwise. - GetActivityStreamsTo() ActivityStreamsToProperty - // GetActivityStreamsUpdated returns the "updated" property if it exists, - // and nil otherwise. - GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty - // GetActivityStreamsUrl returns the "url" property if it exists, and nil - // otherwise. - GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedForks returns the "forks" property if it exists, and nil - // otherwise. - GetForgeFedForks() ForgeFedForksProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty - // GetJSONLDId returns the "id" property if it exists, and nil otherwise. - GetJSONLDId() JSONLDIdProperty - // GetJSONLDType returns the "type" property if it exists, and nil - // otherwise. - GetJSONLDType() JSONLDTypeProperty - // GetTypeName returns the name of this type. - GetTypeName() string - // GetUnknownProperties returns the unknown properties for the Repository - // type. Note that this should not be used by app developers. It is - // only used to help determine which implementation is LessThan the - // other. Developers who are creating a different implementation of - // this type's interface can use this method in their LessThan - // implementation, but routine ActivityPub applications should not use - // this to bypass the code generation tool. - GetUnknownProperties() map[string]interface{} - // IsExtending returns true if the Repository type extends from the other - // type. - IsExtending(other Type) bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this type and the specific properties that are set. The value - // in the map is the alias used to import the type and its properties. - JSONLDContext() map[string]string - // LessThan computes if this Repository is lesser, with an arbitrary but - // stable determination. - LessThan(o ForgeFedRepository) bool - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. - Serialize() (map[string]interface{}, error) - // SetActivityStreamsAltitude sets the "altitude" property. - SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty) - // SetActivityStreamsAttachment sets the "attachment" property. - SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty) - // SetActivityStreamsAttributedTo sets the "attributedTo" property. - SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty) - // SetActivityStreamsAudience sets the "audience" property. - SetActivityStreamsAudience(i ActivityStreamsAudienceProperty) - // SetActivityStreamsBcc sets the "bcc" property. - SetActivityStreamsBcc(i ActivityStreamsBccProperty) - // SetActivityStreamsBto sets the "bto" property. - SetActivityStreamsBto(i ActivityStreamsBtoProperty) - // SetActivityStreamsCc sets the "cc" property. - SetActivityStreamsCc(i ActivityStreamsCcProperty) - // SetActivityStreamsContent sets the "content" property. - SetActivityStreamsContent(i ActivityStreamsContentProperty) - // SetActivityStreamsContext sets the "context" property. - SetActivityStreamsContext(i ActivityStreamsContextProperty) - // SetActivityStreamsDuration sets the "duration" property. - SetActivityStreamsDuration(i ActivityStreamsDurationProperty) - // SetActivityStreamsEndTime sets the "endTime" property. - SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty) - // SetActivityStreamsGenerator sets the "generator" property. - SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty) - // SetActivityStreamsIcon sets the "icon" property. - SetActivityStreamsIcon(i ActivityStreamsIconProperty) - // SetActivityStreamsImage sets the "image" property. - SetActivityStreamsImage(i ActivityStreamsImageProperty) - // SetActivityStreamsInReplyTo sets the "inReplyTo" property. - SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty) - // SetActivityStreamsLikes sets the "likes" property. - SetActivityStreamsLikes(i ActivityStreamsLikesProperty) - // SetActivityStreamsLocation sets the "location" property. - SetActivityStreamsLocation(i ActivityStreamsLocationProperty) - // SetActivityStreamsMediaType sets the "mediaType" property. - SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty) - // SetActivityStreamsName sets the "name" property. - SetActivityStreamsName(i ActivityStreamsNameProperty) - // SetActivityStreamsObject sets the "object" property. - SetActivityStreamsObject(i ActivityStreamsObjectProperty) - // SetActivityStreamsPreview sets the "preview" property. - SetActivityStreamsPreview(i ActivityStreamsPreviewProperty) - // SetActivityStreamsPublished sets the "published" property. - SetActivityStreamsPublished(i ActivityStreamsPublishedProperty) - // SetActivityStreamsReplies sets the "replies" property. - SetActivityStreamsReplies(i ActivityStreamsRepliesProperty) - // SetActivityStreamsSensitive sets the "sensitive" property. - SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty) - // SetActivityStreamsShares sets the "shares" property. - SetActivityStreamsShares(i ActivityStreamsSharesProperty) - // SetActivityStreamsSource sets the "source" property. - SetActivityStreamsSource(i ActivityStreamsSourceProperty) - // SetActivityStreamsStartTime sets the "startTime" property. - SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty) - // SetActivityStreamsSummary sets the "summary" property. - SetActivityStreamsSummary(i ActivityStreamsSummaryProperty) - // SetActivityStreamsTag sets the "tag" property. - SetActivityStreamsTag(i ActivityStreamsTagProperty) - // SetActivityStreamsTo sets the "to" property. - SetActivityStreamsTo(i ActivityStreamsToProperty) - // SetActivityStreamsUpdated sets the "updated" property. - SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) - // SetActivityStreamsUrl sets the "url" property. - SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedForks sets the "forks" property. - SetForgeFedForks(i ForgeFedForksProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) - // SetJSONLDId sets the "id" property. - SetJSONLDId(i JSONLDIdProperty) - // SetJSONLDType sets the "type" property. - SetJSONLDType(i JSONLDTypeProperty) - // VocabularyURI returns the vocabulary's URI as a string. - VocabularyURI() string -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_ticket_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_ticket_interface.go deleted file mode 100644 index 9b6a5406d..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_ticket_interface.go +++ /dev/null @@ -1,268 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -// Represents an item that requires work or attention. Tickets exist in the -// context of a project (which may or may not be a version-control -// repository), and are used to track ideas, proposals, tasks, bugs and more. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://forgefed.peers.community/ns" -// ], -// "assignedTo": "https://example.org/alice", -// "attributedTo": "https://example.com/bob", -// "content": "\u003cp\u003ePlease fix. -// \u003ci\u003eEverything\u003c/i\u003e is broken!\u003c/p\u003e", -// "context": "https://example.org/alice/myrepo", -// "id": "https://example.org/alice/myrepo/issues/42", -// "isResolved": false, -// "mediaType": "text/html", -// "source": { -// "content": "Please fix. *Everything* is broken!", -// "mediaType": "text/markdown; variant=CommonMark" -// }, -// "summary": "Nothing works!", -// "type": "Ticket" -// } -type ForgeFedTicket interface { - // GetActivityStreamsAltitude returns the "altitude" property if it - // exists, and nil otherwise. - GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty - // GetActivityStreamsAttachment returns the "attachment" property if it - // exists, and nil otherwise. - GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty - // GetActivityStreamsAttributedTo returns the "attributedTo" property if - // it exists, and nil otherwise. - GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty - // GetActivityStreamsAudience returns the "audience" property if it - // exists, and nil otherwise. - GetActivityStreamsAudience() ActivityStreamsAudienceProperty - // GetActivityStreamsBcc returns the "bcc" property if it exists, and nil - // otherwise. - GetActivityStreamsBcc() ActivityStreamsBccProperty - // GetActivityStreamsBto returns the "bto" property if it exists, and nil - // otherwise. - GetActivityStreamsBto() ActivityStreamsBtoProperty - // GetActivityStreamsCc returns the "cc" property if it exists, and nil - // otherwise. - GetActivityStreamsCc() ActivityStreamsCcProperty - // GetActivityStreamsContent returns the "content" property if it exists, - // and nil otherwise. - GetActivityStreamsContent() ActivityStreamsContentProperty - // GetActivityStreamsContext returns the "context" property if it exists, - // and nil otherwise. - GetActivityStreamsContext() ActivityStreamsContextProperty - // GetActivityStreamsDuration returns the "duration" property if it - // exists, and nil otherwise. - GetActivityStreamsDuration() ActivityStreamsDurationProperty - // GetActivityStreamsEndTime returns the "endTime" property if it exists, - // and nil otherwise. - GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty - // GetActivityStreamsGenerator returns the "generator" property if it - // exists, and nil otherwise. - GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty - // GetActivityStreamsIcon returns the "icon" property if it exists, and - // nil otherwise. - GetActivityStreamsIcon() ActivityStreamsIconProperty - // GetActivityStreamsImage returns the "image" property if it exists, and - // nil otherwise. - GetActivityStreamsImage() ActivityStreamsImageProperty - // GetActivityStreamsInReplyTo returns the "inReplyTo" property if it - // exists, and nil otherwise. - GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty - // GetActivityStreamsLikes returns the "likes" property if it exists, and - // nil otherwise. - GetActivityStreamsLikes() ActivityStreamsLikesProperty - // GetActivityStreamsLocation returns the "location" property if it - // exists, and nil otherwise. - GetActivityStreamsLocation() ActivityStreamsLocationProperty - // GetActivityStreamsMediaType returns the "mediaType" property if it - // exists, and nil otherwise. - GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty - // GetActivityStreamsName returns the "name" property if it exists, and - // nil otherwise. - GetActivityStreamsName() ActivityStreamsNameProperty - // GetActivityStreamsObject returns the "object" property if it exists, - // and nil otherwise. - GetActivityStreamsObject() ActivityStreamsObjectProperty - // GetActivityStreamsPreview returns the "preview" property if it exists, - // and nil otherwise. - GetActivityStreamsPreview() ActivityStreamsPreviewProperty - // GetActivityStreamsPublished returns the "published" property if it - // exists, and nil otherwise. - GetActivityStreamsPublished() ActivityStreamsPublishedProperty - // GetActivityStreamsReplies returns the "replies" property if it exists, - // and nil otherwise. - GetActivityStreamsReplies() ActivityStreamsRepliesProperty - // GetActivityStreamsSensitive returns the "sensitive" property if it - // exists, and nil otherwise. - GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty - // GetActivityStreamsShares returns the "shares" property if it exists, - // and nil otherwise. - GetActivityStreamsShares() ActivityStreamsSharesProperty - // GetActivityStreamsSource returns the "source" property if it exists, - // and nil otherwise. - GetActivityStreamsSource() ActivityStreamsSourceProperty - // GetActivityStreamsStartTime returns the "startTime" property if it - // exists, and nil otherwise. - GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty - // GetActivityStreamsSummary returns the "summary" property if it exists, - // and nil otherwise. - GetActivityStreamsSummary() ActivityStreamsSummaryProperty - // GetActivityStreamsTag returns the "tag" property if it exists, and nil - // otherwise. - GetActivityStreamsTag() ActivityStreamsTagProperty - // GetActivityStreamsTo returns the "to" property if it exists, and nil - // otherwise. - GetActivityStreamsTo() ActivityStreamsToProperty - // GetActivityStreamsUpdated returns the "updated" property if it exists, - // and nil otherwise. - GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty - // GetActivityStreamsUrl returns the "url" property if it exists, and nil - // otherwise. - GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedAssignedTo returns the "assignedTo" property if it exists, - // and nil otherwise. - GetForgeFedAssignedTo() ForgeFedAssignedToProperty - // GetForgeFedDependants returns the "dependants" property if it exists, - // and nil otherwise. - GetForgeFedDependants() ForgeFedDependantsProperty - // GetForgeFedDependedBy returns the "dependedBy" property if it exists, - // and nil otherwise. - GetForgeFedDependedBy() ForgeFedDependedByProperty - // GetForgeFedDependencies returns the "dependencies" property if it - // exists, and nil otherwise. - GetForgeFedDependencies() ForgeFedDependenciesProperty - // GetForgeFedDependsOn returns the "dependsOn" property if it exists, and - // nil otherwise. - GetForgeFedDependsOn() ForgeFedDependsOnProperty - // GetForgeFedIsResolved returns the "isResolved" property if it exists, - // and nil otherwise. - GetForgeFedIsResolved() ForgeFedIsResolvedProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty - // GetJSONLDId returns the "id" property if it exists, and nil otherwise. - GetJSONLDId() JSONLDIdProperty - // GetJSONLDType returns the "type" property if it exists, and nil - // otherwise. - GetJSONLDType() JSONLDTypeProperty - // GetTypeName returns the name of this type. - GetTypeName() string - // GetUnknownProperties returns the unknown properties for the Ticket - // type. Note that this should not be used by app developers. It is - // only used to help determine which implementation is LessThan the - // other. Developers who are creating a different implementation of - // this type's interface can use this method in their LessThan - // implementation, but routine ActivityPub applications should not use - // this to bypass the code generation tool. - GetUnknownProperties() map[string]interface{} - // IsExtending returns true if the Ticket type extends from the other type. - IsExtending(other Type) bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this type and the specific properties that are set. The value - // in the map is the alias used to import the type and its properties. - JSONLDContext() map[string]string - // LessThan computes if this Ticket is lesser, with an arbitrary but - // stable determination. - LessThan(o ForgeFedTicket) bool - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. - Serialize() (map[string]interface{}, error) - // SetActivityStreamsAltitude sets the "altitude" property. - SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty) - // SetActivityStreamsAttachment sets the "attachment" property. - SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty) - // SetActivityStreamsAttributedTo sets the "attributedTo" property. - SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty) - // SetActivityStreamsAudience sets the "audience" property. - SetActivityStreamsAudience(i ActivityStreamsAudienceProperty) - // SetActivityStreamsBcc sets the "bcc" property. - SetActivityStreamsBcc(i ActivityStreamsBccProperty) - // SetActivityStreamsBto sets the "bto" property. - SetActivityStreamsBto(i ActivityStreamsBtoProperty) - // SetActivityStreamsCc sets the "cc" property. - SetActivityStreamsCc(i ActivityStreamsCcProperty) - // SetActivityStreamsContent sets the "content" property. - SetActivityStreamsContent(i ActivityStreamsContentProperty) - // SetActivityStreamsContext sets the "context" property. - SetActivityStreamsContext(i ActivityStreamsContextProperty) - // SetActivityStreamsDuration sets the "duration" property. - SetActivityStreamsDuration(i ActivityStreamsDurationProperty) - // SetActivityStreamsEndTime sets the "endTime" property. - SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty) - // SetActivityStreamsGenerator sets the "generator" property. - SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty) - // SetActivityStreamsIcon sets the "icon" property. - SetActivityStreamsIcon(i ActivityStreamsIconProperty) - // SetActivityStreamsImage sets the "image" property. - SetActivityStreamsImage(i ActivityStreamsImageProperty) - // SetActivityStreamsInReplyTo sets the "inReplyTo" property. - SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty) - // SetActivityStreamsLikes sets the "likes" property. - SetActivityStreamsLikes(i ActivityStreamsLikesProperty) - // SetActivityStreamsLocation sets the "location" property. - SetActivityStreamsLocation(i ActivityStreamsLocationProperty) - // SetActivityStreamsMediaType sets the "mediaType" property. - SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty) - // SetActivityStreamsName sets the "name" property. - SetActivityStreamsName(i ActivityStreamsNameProperty) - // SetActivityStreamsObject sets the "object" property. - SetActivityStreamsObject(i ActivityStreamsObjectProperty) - // SetActivityStreamsPreview sets the "preview" property. - SetActivityStreamsPreview(i ActivityStreamsPreviewProperty) - // SetActivityStreamsPublished sets the "published" property. - SetActivityStreamsPublished(i ActivityStreamsPublishedProperty) - // SetActivityStreamsReplies sets the "replies" property. - SetActivityStreamsReplies(i ActivityStreamsRepliesProperty) - // SetActivityStreamsSensitive sets the "sensitive" property. - SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty) - // SetActivityStreamsShares sets the "shares" property. - SetActivityStreamsShares(i ActivityStreamsSharesProperty) - // SetActivityStreamsSource sets the "source" property. - SetActivityStreamsSource(i ActivityStreamsSourceProperty) - // SetActivityStreamsStartTime sets the "startTime" property. - SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty) - // SetActivityStreamsSummary sets the "summary" property. - SetActivityStreamsSummary(i ActivityStreamsSummaryProperty) - // SetActivityStreamsTag sets the "tag" property. - SetActivityStreamsTag(i ActivityStreamsTagProperty) - // SetActivityStreamsTo sets the "to" property. - SetActivityStreamsTo(i ActivityStreamsToProperty) - // SetActivityStreamsUpdated sets the "updated" property. - SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) - // SetActivityStreamsUrl sets the "url" property. - SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedAssignedTo sets the "assignedTo" property. - SetForgeFedAssignedTo(i ForgeFedAssignedToProperty) - // SetForgeFedDependants sets the "dependants" property. - SetForgeFedDependants(i ForgeFedDependantsProperty) - // SetForgeFedDependedBy sets the "dependedBy" property. - SetForgeFedDependedBy(i ForgeFedDependedByProperty) - // SetForgeFedDependencies sets the "dependencies" property. - SetForgeFedDependencies(i ForgeFedDependenciesProperty) - // SetForgeFedDependsOn sets the "dependsOn" property. - SetForgeFedDependsOn(i ForgeFedDependsOnProperty) - // SetForgeFedIsResolved sets the "isResolved" property. - SetForgeFedIsResolved(i ForgeFedIsResolvedProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) - // SetJSONLDId sets the "id" property. - SetJSONLDId(i JSONLDIdProperty) - // SetJSONLDType sets the "type" property. - SetJSONLDType(i JSONLDTypeProperty) - // VocabularyURI returns the vocabulary's URI as a string. - VocabularyURI() string -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_ticketdependency_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_ticketdependency_interface.go deleted file mode 100644 index eb6b16e00..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_forgefed_ticketdependency_interface.go +++ /dev/null @@ -1,247 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package vocab - -// Represents a relationship between 2 Tickets, in which the resolution of one -// ticket requires the other ticket to be resolved too. It MUST specify the -// subject, object and relationship properties, and the relationship property -// MUST be dependsOn. -// -// { -// "@context": [ -// "https://www.w3.org/ns/activitystreams", -// "https://forgefed.peers.community/ns" -// ], -// "attributedTo": "https://example.org/alice", -// "id": "https://example.org/ticket-deps/2342593", -// "object": "https://example.com/bob/coolproj/issues/85", -// "published": "2019-07-11T12:34:56Z", -// "relationship": "dependsOn", -// "subject": "https://example.org/alice/myproj/issues/42", -// "summary": "Alice's ticket depends on Bob's ticket", -// "type": [ -// "Relationship", -// "TicketDependency" -// ] -// } -type ForgeFedTicketDependency interface { - // GetActivityStreamsAltitude returns the "altitude" property if it - // exists, and nil otherwise. - GetActivityStreamsAltitude() ActivityStreamsAltitudeProperty - // GetActivityStreamsAttachment returns the "attachment" property if it - // exists, and nil otherwise. - GetActivityStreamsAttachment() ActivityStreamsAttachmentProperty - // GetActivityStreamsAttributedTo returns the "attributedTo" property if - // it exists, and nil otherwise. - GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty - // GetActivityStreamsAudience returns the "audience" property if it - // exists, and nil otherwise. - GetActivityStreamsAudience() ActivityStreamsAudienceProperty - // GetActivityStreamsBcc returns the "bcc" property if it exists, and nil - // otherwise. - GetActivityStreamsBcc() ActivityStreamsBccProperty - // GetActivityStreamsBto returns the "bto" property if it exists, and nil - // otherwise. - GetActivityStreamsBto() ActivityStreamsBtoProperty - // GetActivityStreamsCc returns the "cc" property if it exists, and nil - // otherwise. - GetActivityStreamsCc() ActivityStreamsCcProperty - // GetActivityStreamsContent returns the "content" property if it exists, - // and nil otherwise. - GetActivityStreamsContent() ActivityStreamsContentProperty - // GetActivityStreamsContext returns the "context" property if it exists, - // and nil otherwise. - GetActivityStreamsContext() ActivityStreamsContextProperty - // GetActivityStreamsDuration returns the "duration" property if it - // exists, and nil otherwise. - GetActivityStreamsDuration() ActivityStreamsDurationProperty - // GetActivityStreamsEndTime returns the "endTime" property if it exists, - // and nil otherwise. - GetActivityStreamsEndTime() ActivityStreamsEndTimeProperty - // GetActivityStreamsGenerator returns the "generator" property if it - // exists, and nil otherwise. - GetActivityStreamsGenerator() ActivityStreamsGeneratorProperty - // GetActivityStreamsIcon returns the "icon" property if it exists, and - // nil otherwise. - GetActivityStreamsIcon() ActivityStreamsIconProperty - // GetActivityStreamsImage returns the "image" property if it exists, and - // nil otherwise. - GetActivityStreamsImage() ActivityStreamsImageProperty - // GetActivityStreamsInReplyTo returns the "inReplyTo" property if it - // exists, and nil otherwise. - GetActivityStreamsInReplyTo() ActivityStreamsInReplyToProperty - // GetActivityStreamsLikes returns the "likes" property if it exists, and - // nil otherwise. - GetActivityStreamsLikes() ActivityStreamsLikesProperty - // GetActivityStreamsLocation returns the "location" property if it - // exists, and nil otherwise. - GetActivityStreamsLocation() ActivityStreamsLocationProperty - // GetActivityStreamsMediaType returns the "mediaType" property if it - // exists, and nil otherwise. - GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty - // GetActivityStreamsName returns the "name" property if it exists, and - // nil otherwise. - GetActivityStreamsName() ActivityStreamsNameProperty - // GetActivityStreamsObject returns the "object" property if it exists, - // and nil otherwise. - GetActivityStreamsObject() ActivityStreamsObjectProperty - // GetActivityStreamsPreview returns the "preview" property if it exists, - // and nil otherwise. - GetActivityStreamsPreview() ActivityStreamsPreviewProperty - // GetActivityStreamsPublished returns the "published" property if it - // exists, and nil otherwise. - GetActivityStreamsPublished() ActivityStreamsPublishedProperty - // GetActivityStreamsRelationship returns the "relationship" property if - // it exists, and nil otherwise. - GetActivityStreamsRelationship() ActivityStreamsRelationshipProperty - // GetActivityStreamsReplies returns the "replies" property if it exists, - // and nil otherwise. - GetActivityStreamsReplies() ActivityStreamsRepliesProperty - // GetActivityStreamsSensitive returns the "sensitive" property if it - // exists, and nil otherwise. - GetActivityStreamsSensitive() ActivityStreamsSensitiveProperty - // GetActivityStreamsShares returns the "shares" property if it exists, - // and nil otherwise. - GetActivityStreamsShares() ActivityStreamsSharesProperty - // GetActivityStreamsSource returns the "source" property if it exists, - // and nil otherwise. - GetActivityStreamsSource() ActivityStreamsSourceProperty - // GetActivityStreamsStartTime returns the "startTime" property if it - // exists, and nil otherwise. - GetActivityStreamsStartTime() ActivityStreamsStartTimeProperty - // GetActivityStreamsSubject returns the "subject" property if it exists, - // and nil otherwise. - GetActivityStreamsSubject() ActivityStreamsSubjectProperty - // GetActivityStreamsSummary returns the "summary" property if it exists, - // and nil otherwise. - GetActivityStreamsSummary() ActivityStreamsSummaryProperty - // GetActivityStreamsTag returns the "tag" property if it exists, and nil - // otherwise. - GetActivityStreamsTag() ActivityStreamsTagProperty - // GetActivityStreamsTo returns the "to" property if it exists, and nil - // otherwise. - GetActivityStreamsTo() ActivityStreamsToProperty - // GetActivityStreamsUpdated returns the "updated" property if it exists, - // and nil otherwise. - GetActivityStreamsUpdated() ActivityStreamsUpdatedProperty - // GetActivityStreamsUrl returns the "url" property if it exists, and nil - // otherwise. - GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty - // GetJSONLDId returns the "id" property if it exists, and nil otherwise. - GetJSONLDId() JSONLDIdProperty - // GetJSONLDType returns the "type" property if it exists, and nil - // otherwise. - GetJSONLDType() JSONLDTypeProperty - // GetTypeName returns the name of this type. - GetTypeName() string - // GetUnknownProperties returns the unknown properties for the - // TicketDependency type. Note that this should not be used by app - // developers. It is only used to help determine which implementation - // is LessThan the other. Developers who are creating a different - // implementation of this type's interface can use this method in - // their LessThan implementation, but routine ActivityPub applications - // should not use this to bypass the code generation tool. - GetUnknownProperties() map[string]interface{} - // IsExtending returns true if the TicketDependency type extends from the - // other type. - IsExtending(other Type) bool - // JSONLDContext returns the JSONLD URIs required in the context string - // for this type and the specific properties that are set. The value - // in the map is the alias used to import the type and its properties. - JSONLDContext() map[string]string - // LessThan computes if this TicketDependency is lesser, with an arbitrary - // but stable determination. - LessThan(o ForgeFedTicketDependency) bool - // Serialize converts this into an interface representation suitable for - // marshalling into a text or binary format. - Serialize() (map[string]interface{}, error) - // SetActivityStreamsAltitude sets the "altitude" property. - SetActivityStreamsAltitude(i ActivityStreamsAltitudeProperty) - // SetActivityStreamsAttachment sets the "attachment" property. - SetActivityStreamsAttachment(i ActivityStreamsAttachmentProperty) - // SetActivityStreamsAttributedTo sets the "attributedTo" property. - SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty) - // SetActivityStreamsAudience sets the "audience" property. - SetActivityStreamsAudience(i ActivityStreamsAudienceProperty) - // SetActivityStreamsBcc sets the "bcc" property. - SetActivityStreamsBcc(i ActivityStreamsBccProperty) - // SetActivityStreamsBto sets the "bto" property. - SetActivityStreamsBto(i ActivityStreamsBtoProperty) - // SetActivityStreamsCc sets the "cc" property. - SetActivityStreamsCc(i ActivityStreamsCcProperty) - // SetActivityStreamsContent sets the "content" property. - SetActivityStreamsContent(i ActivityStreamsContentProperty) - // SetActivityStreamsContext sets the "context" property. - SetActivityStreamsContext(i ActivityStreamsContextProperty) - // SetActivityStreamsDuration sets the "duration" property. - SetActivityStreamsDuration(i ActivityStreamsDurationProperty) - // SetActivityStreamsEndTime sets the "endTime" property. - SetActivityStreamsEndTime(i ActivityStreamsEndTimeProperty) - // SetActivityStreamsGenerator sets the "generator" property. - SetActivityStreamsGenerator(i ActivityStreamsGeneratorProperty) - // SetActivityStreamsIcon sets the "icon" property. - SetActivityStreamsIcon(i ActivityStreamsIconProperty) - // SetActivityStreamsImage sets the "image" property. - SetActivityStreamsImage(i ActivityStreamsImageProperty) - // SetActivityStreamsInReplyTo sets the "inReplyTo" property. - SetActivityStreamsInReplyTo(i ActivityStreamsInReplyToProperty) - // SetActivityStreamsLikes sets the "likes" property. - SetActivityStreamsLikes(i ActivityStreamsLikesProperty) - // SetActivityStreamsLocation sets the "location" property. - SetActivityStreamsLocation(i ActivityStreamsLocationProperty) - // SetActivityStreamsMediaType sets the "mediaType" property. - SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty) - // SetActivityStreamsName sets the "name" property. - SetActivityStreamsName(i ActivityStreamsNameProperty) - // SetActivityStreamsObject sets the "object" property. - SetActivityStreamsObject(i ActivityStreamsObjectProperty) - // SetActivityStreamsPreview sets the "preview" property. - SetActivityStreamsPreview(i ActivityStreamsPreviewProperty) - // SetActivityStreamsPublished sets the "published" property. - SetActivityStreamsPublished(i ActivityStreamsPublishedProperty) - // SetActivityStreamsRelationship sets the "relationship" property. - SetActivityStreamsRelationship(i ActivityStreamsRelationshipProperty) - // SetActivityStreamsReplies sets the "replies" property. - SetActivityStreamsReplies(i ActivityStreamsRepliesProperty) - // SetActivityStreamsSensitive sets the "sensitive" property. - SetActivityStreamsSensitive(i ActivityStreamsSensitiveProperty) - // SetActivityStreamsShares sets the "shares" property. - SetActivityStreamsShares(i ActivityStreamsSharesProperty) - // SetActivityStreamsSource sets the "source" property. - SetActivityStreamsSource(i ActivityStreamsSourceProperty) - // SetActivityStreamsStartTime sets the "startTime" property. - SetActivityStreamsStartTime(i ActivityStreamsStartTimeProperty) - // SetActivityStreamsSubject sets the "subject" property. - SetActivityStreamsSubject(i ActivityStreamsSubjectProperty) - // SetActivityStreamsSummary sets the "summary" property. - SetActivityStreamsSummary(i ActivityStreamsSummaryProperty) - // SetActivityStreamsTag sets the "tag" property. - SetActivityStreamsTag(i ActivityStreamsTagProperty) - // SetActivityStreamsTo sets the "to" property. - SetActivityStreamsTo(i ActivityStreamsToProperty) - // SetActivityStreamsUpdated sets the "updated" property. - SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) - // SetActivityStreamsUrl sets the "url" property. - SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) - // SetJSONLDId sets the "id" property. - SetJSONLDId(i JSONLDIdProperty) - // SetJSONLDType sets the "type" property. - SetJSONLDType(i JSONLDTypeProperty) - // VocabularyURI returns the vocabulary's URI as a string. - VocabularyURI() string -} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_schema_propertyvalue_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_schema_propertyvalue_interface.go index a4cc6f90c..704708474 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_schema_propertyvalue_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_schema_propertyvalue_interface.go @@ -101,15 +101,6 @@ type SchemaPropertyValue interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -205,12 +196,6 @@ type SchemaPropertyValue interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_toot_emoji_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_toot_emoji_interface.go index 286e57a35..678c2ef66 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_toot_emoji_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_toot_emoji_interface.go @@ -118,15 +118,6 @@ type TootEmoji interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -218,12 +209,6 @@ type TootEmoji interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_toot_hashtag_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_toot_hashtag_interface.go new file mode 100644 index 000000000..eec2f6dfa --- /dev/null +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_toot_hashtag_interface.go @@ -0,0 +1,104 @@ +// Code generated by astool. DO NOT EDIT. + +package vocab + +// +// +// { +// "content": "example", +// "id": "https://example.com/@alice/hello-world", +// "tag": [ +// { +// "href": "https://example.com/hashtag/example", +// "name": "#example", +// "type": "Hashtag" +// } +// ], +// "type": "Note" +// } +type TootHashtag interface { + // GetActivityStreamsAttributedTo returns the "attributedTo" property if + // it exists, and nil otherwise. + GetActivityStreamsAttributedTo() ActivityStreamsAttributedToProperty + // GetActivityStreamsHeight returns the "height" property if it exists, + // and nil otherwise. + GetActivityStreamsHeight() ActivityStreamsHeightProperty + // GetActivityStreamsHref returns the "href" property if it exists, and + // nil otherwise. + GetActivityStreamsHref() ActivityStreamsHrefProperty + // GetActivityStreamsHreflang returns the "hreflang" property if it + // exists, and nil otherwise. + GetActivityStreamsHreflang() ActivityStreamsHreflangProperty + // GetActivityStreamsMediaType returns the "mediaType" property if it + // exists, and nil otherwise. + GetActivityStreamsMediaType() ActivityStreamsMediaTypeProperty + // GetActivityStreamsName returns the "name" property if it exists, and + // nil otherwise. + GetActivityStreamsName() ActivityStreamsNameProperty + // GetActivityStreamsPreview returns the "preview" property if it exists, + // and nil otherwise. + GetActivityStreamsPreview() ActivityStreamsPreviewProperty + // GetActivityStreamsRel returns the "rel" property if it exists, and nil + // otherwise. + GetActivityStreamsRel() ActivityStreamsRelProperty + // GetActivityStreamsSummary returns the "summary" property if it exists, + // and nil otherwise. + GetActivityStreamsSummary() ActivityStreamsSummaryProperty + // GetActivityStreamsWidth returns the "width" property if it exists, and + // nil otherwise. + GetActivityStreamsWidth() ActivityStreamsWidthProperty + // GetJSONLDId returns the "id" property if it exists, and nil otherwise. + GetJSONLDId() JSONLDIdProperty + // GetJSONLDType returns the "type" property if it exists, and nil + // otherwise. + GetJSONLDType() JSONLDTypeProperty + // GetTypeName returns the name of this type. + GetTypeName() string + // GetUnknownProperties returns the unknown properties for the Hashtag + // type. Note that this should not be used by app developers. It is + // only used to help determine which implementation is LessThan the + // other. Developers who are creating a different implementation of + // this type's interface can use this method in their LessThan + // implementation, but routine ActivityPub applications should not use + // this to bypass the code generation tool. + GetUnknownProperties() map[string]interface{} + // IsExtending returns true if the Hashtag type extends from the other + // type. + IsExtending(other Type) bool + // JSONLDContext returns the JSONLD URIs required in the context string + // for this type and the specific properties that are set. The value + // in the map is the alias used to import the type and its properties. + JSONLDContext() map[string]string + // LessThan computes if this Hashtag is lesser, with an arbitrary but + // stable determination. + LessThan(o TootHashtag) bool + // Serialize converts this into an interface representation suitable for + // marshalling into a text or binary format. + Serialize() (map[string]interface{}, error) + // SetActivityStreamsAttributedTo sets the "attributedTo" property. + SetActivityStreamsAttributedTo(i ActivityStreamsAttributedToProperty) + // SetActivityStreamsHeight sets the "height" property. + SetActivityStreamsHeight(i ActivityStreamsHeightProperty) + // SetActivityStreamsHref sets the "href" property. + SetActivityStreamsHref(i ActivityStreamsHrefProperty) + // SetActivityStreamsHreflang sets the "hreflang" property. + SetActivityStreamsHreflang(i ActivityStreamsHreflangProperty) + // SetActivityStreamsMediaType sets the "mediaType" property. + SetActivityStreamsMediaType(i ActivityStreamsMediaTypeProperty) + // SetActivityStreamsName sets the "name" property. + SetActivityStreamsName(i ActivityStreamsNameProperty) + // SetActivityStreamsPreview sets the "preview" property. + SetActivityStreamsPreview(i ActivityStreamsPreviewProperty) + // SetActivityStreamsRel sets the "rel" property. + SetActivityStreamsRel(i ActivityStreamsRelProperty) + // SetActivityStreamsSummary sets the "summary" property. + SetActivityStreamsSummary(i ActivityStreamsSummaryProperty) + // SetActivityStreamsWidth sets the "width" property. + SetActivityStreamsWidth(i ActivityStreamsWidthProperty) + // SetJSONLDId sets the "id" property. + SetJSONLDId(i JSONLDIdProperty) + // SetJSONLDType sets the "type" property. + SetJSONLDType(i JSONLDTypeProperty) + // VocabularyURI returns the vocabulary's URI as a string. + VocabularyURI() string +} diff --git a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_toot_identityproof_interface.go b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_toot_identityproof_interface.go index 1c31cf5fe..edd477635 100644 --- a/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_toot_identityproof_interface.go +++ b/vendor/github.com/superseriousbusiness/activity/streams/vocab/gen_type_toot_identityproof_interface.go @@ -102,15 +102,6 @@ type TootIdentityProof interface { // GetActivityStreamsUrl returns the "url" property if it exists, and nil // otherwise. GetActivityStreamsUrl() ActivityStreamsUrlProperty - // GetForgeFedTeam returns the "team" property if it exists, and nil - // otherwise. - GetForgeFedTeam() ForgeFedTeamProperty - // GetForgeFedTicketsTrackedBy returns the "ticketsTrackedBy" property if - // it exists, and nil otherwise. - GetForgeFedTicketsTrackedBy() ForgeFedTicketsTrackedByProperty - // GetForgeFedTracksTicketsFor returns the "tracksTicketsFor" property if - // it exists, and nil otherwise. - GetForgeFedTracksTicketsFor() ForgeFedTracksTicketsForProperty // GetJSONLDId returns the "id" property if it exists, and nil otherwise. GetJSONLDId() JSONLDIdProperty // GetJSONLDType returns the "type" property if it exists, and nil @@ -209,12 +200,6 @@ type TootIdentityProof interface { SetActivityStreamsUpdated(i ActivityStreamsUpdatedProperty) // SetActivityStreamsUrl sets the "url" property. SetActivityStreamsUrl(i ActivityStreamsUrlProperty) - // SetForgeFedTeam sets the "team" property. - SetForgeFedTeam(i ForgeFedTeamProperty) - // SetForgeFedTicketsTrackedBy sets the "ticketsTrackedBy" property. - SetForgeFedTicketsTrackedBy(i ForgeFedTicketsTrackedByProperty) - // SetForgeFedTracksTicketsFor sets the "tracksTicketsFor" property. - SetForgeFedTracksTicketsFor(i ForgeFedTracksTicketsForProperty) // SetJSONLDId sets the "id" property. SetJSONLDId(i JSONLDIdProperty) // SetJSONLDType sets the "type" property. |
