diff options
Diffstat (limited to 'vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_gotosocial_disjoint.go')
-rw-r--r-- | vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_gotosocial_disjoint.go | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_gotosocial_disjoint.go b/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_gotosocial_disjoint.go deleted file mode 100644 index fce24ae1f..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_gotosocial_disjoint.go +++ /dev/null @@ -1,56 +0,0 @@ -// Code generated by astool. DO NOT EDIT. - -package streams - -import ( - typeannounceapproval "github.com/superseriousbusiness/activity/streams/impl/gotosocial/type_announceapproval" - typecanannounce "github.com/superseriousbusiness/activity/streams/impl/gotosocial/type_canannounce" - typecanlike "github.com/superseriousbusiness/activity/streams/impl/gotosocial/type_canlike" - typecanreply "github.com/superseriousbusiness/activity/streams/impl/gotosocial/type_canreply" - typeinteractionpolicy "github.com/superseriousbusiness/activity/streams/impl/gotosocial/type_interactionpolicy" - typelikeapproval "github.com/superseriousbusiness/activity/streams/impl/gotosocial/type_likeapproval" - typereplyapproval "github.com/superseriousbusiness/activity/streams/impl/gotosocial/type_replyapproval" - vocab "github.com/superseriousbusiness/activity/streams/vocab" -) - -// GoToSocialAnnounceApprovalIsDisjointWith returns true if AnnounceApproval is -// disjoint with the other's type. -func GoToSocialAnnounceApprovalIsDisjointWith(other vocab.Type) bool { - return typeannounceapproval.AnnounceApprovalIsDisjointWith(other) -} - -// GoToSocialCanAnnounceIsDisjointWith returns true if CanAnnounce is disjoint -// with the other's type. -func GoToSocialCanAnnounceIsDisjointWith(other vocab.Type) bool { - return typecanannounce.CanAnnounceIsDisjointWith(other) -} - -// GoToSocialCanLikeIsDisjointWith returns true if CanLike is disjoint with the -// other's type. -func GoToSocialCanLikeIsDisjointWith(other vocab.Type) bool { - return typecanlike.CanLikeIsDisjointWith(other) -} - -// GoToSocialCanReplyIsDisjointWith returns true if CanReply is disjoint with the -// other's type. -func GoToSocialCanReplyIsDisjointWith(other vocab.Type) bool { - return typecanreply.CanReplyIsDisjointWith(other) -} - -// GoToSocialInteractionPolicyIsDisjointWith returns true if InteractionPolicy is -// disjoint with the other's type. -func GoToSocialInteractionPolicyIsDisjointWith(other vocab.Type) bool { - return typeinteractionpolicy.InteractionPolicyIsDisjointWith(other) -} - -// GoToSocialLikeApprovalIsDisjointWith returns true if LikeApproval is disjoint -// with the other's type. -func GoToSocialLikeApprovalIsDisjointWith(other vocab.Type) bool { - return typelikeapproval.LikeApprovalIsDisjointWith(other) -} - -// GoToSocialReplyApprovalIsDisjointWith returns true if ReplyApproval is disjoint -// with the other's type. -func GoToSocialReplyApprovalIsDisjointWith(other vocab.Type) bool { - return typereplyapproval.ReplyApprovalIsDisjointWith(other) -} |