summaryrefslogtreecommitdiff
path: root/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_activitystreams_extends.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_activitystreams_extends.go')
-rw-r--r--vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_activitystreams_extends.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_activitystreams_extends.go b/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_activitystreams_extends.go
index 991ec9deb..79cc10f6b 100644
--- a/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_activitystreams_extends.go
+++ b/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_activitystreams_extends.go
@@ -18,6 +18,7 @@ import (
typedelete "github.com/superseriousbusiness/activity/streams/impl/activitystreams/type_delete"
typedislike "github.com/superseriousbusiness/activity/streams/impl/activitystreams/type_dislike"
typedocument "github.com/superseriousbusiness/activity/streams/impl/activitystreams/type_document"
+ typeendpoints "github.com/superseriousbusiness/activity/streams/impl/activitystreams/type_endpoints"
typeevent "github.com/superseriousbusiness/activity/streams/impl/activitystreams/type_event"
typeflag "github.com/superseriousbusiness/activity/streams/impl/activitystreams/type_flag"
typefollow "github.com/superseriousbusiness/activity/streams/impl/activitystreams/type_follow"
@@ -150,6 +151,12 @@ func ActivityStreamsActivityStreamsDocumentExtends(other vocab.Type) bool {
return typedocument.ActivityStreamsDocumentExtends(other)
}
+// ActivityStreamsActivityStreamsEndpointsExtends returns true if Endpoints
+// extends from the other's type.
+func ActivityStreamsActivityStreamsEndpointsExtends(other vocab.Type) bool {
+ return typeendpoints.ActivityStreamsEndpointsExtends(other)
+}
+
// ActivityStreamsActivityStreamsEventExtends returns true if Event extends from
// the other's type.
func ActivityStreamsActivityStreamsEventExtends(other vocab.Type) bool {