diff options
Diffstat (limited to 'vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_gotosocial_extends.go')
-rw-r--r-- | vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_gotosocial_extends.go | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_gotosocial_extends.go b/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_gotosocial_extends.go deleted file mode 100644 index 80b87ea43..000000000 --- a/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_gotosocial_extends.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" -) - -// GoToSocialGoToSocialAnnounceApprovalExtends returns true if AnnounceApproval -// extends from the other's type. -func GoToSocialGoToSocialAnnounceApprovalExtends(other vocab.Type) bool { - return typeannounceapproval.GoToSocialAnnounceApprovalExtends(other) -} - -// GoToSocialGoToSocialCanAnnounceExtends returns true if CanAnnounce extends from -// the other's type. -func GoToSocialGoToSocialCanAnnounceExtends(other vocab.Type) bool { - return typecanannounce.GoToSocialCanAnnounceExtends(other) -} - -// GoToSocialGoToSocialCanLikeExtends returns true if CanLike extends from the -// other's type. -func GoToSocialGoToSocialCanLikeExtends(other vocab.Type) bool { - return typecanlike.GoToSocialCanLikeExtends(other) -} - -// GoToSocialGoToSocialCanReplyExtends returns true if CanReply extends from the -// other's type. -func GoToSocialGoToSocialCanReplyExtends(other vocab.Type) bool { - return typecanreply.GoToSocialCanReplyExtends(other) -} - -// GoToSocialGoToSocialInteractionPolicyExtends returns true if InteractionPolicy -// extends from the other's type. -func GoToSocialGoToSocialInteractionPolicyExtends(other vocab.Type) bool { - return typeinteractionpolicy.GoToSocialInteractionPolicyExtends(other) -} - -// GoToSocialGoToSocialLikeApprovalExtends returns true if LikeApproval extends -// from the other's type. -func GoToSocialGoToSocialLikeApprovalExtends(other vocab.Type) bool { - return typelikeapproval.GoToSocialLikeApprovalExtends(other) -} - -// GoToSocialGoToSocialReplyApprovalExtends returns true if ReplyApproval extends -// from the other's type. -func GoToSocialGoToSocialReplyApprovalExtends(other vocab.Type) bool { - return typereplyapproval.GoToSocialReplyApprovalExtends(other) -} |