summaryrefslogtreecommitdiff
path: root/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_toot_disjoint.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_toot_disjoint.go')
-rw-r--r--vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_toot_disjoint.go27
1 files changed, 0 insertions, 27 deletions
diff --git a/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_toot_disjoint.go b/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_toot_disjoint.go
deleted file mode 100644
index 693980324..000000000
--- a/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_toot_disjoint.go
+++ /dev/null
@@ -1,27 +0,0 @@
-// Code generated by astool. DO NOT EDIT.
-
-package streams
-
-import (
- typeemoji "github.com/superseriousbusiness/activity/streams/impl/toot/type_emoji"
- typehashtag "github.com/superseriousbusiness/activity/streams/impl/toot/type_hashtag"
- typeidentityproof "github.com/superseriousbusiness/activity/streams/impl/toot/type_identityproof"
- vocab "github.com/superseriousbusiness/activity/streams/vocab"
-)
-
-// TootEmojiIsDisjointWith returns true if Emoji is disjoint with the other's type.
-func TootEmojiIsDisjointWith(other vocab.Type) bool {
- return typeemoji.EmojiIsDisjointWith(other)
-}
-
-// TootHashtagIsDisjointWith returns true if Hashtag is disjoint with the other's
-// type.
-func TootHashtagIsDisjointWith(other vocab.Type) bool {
- return typehashtag.HashtagIsDisjointWith(other)
-}
-
-// TootIdentityProofIsDisjointWith returns true if IdentityProof is disjoint with
-// the other's type.
-func TootIdentityProofIsDisjointWith(other vocab.Type) bool {
- return typeidentityproof.IdentityProofIsDisjointWith(other)
-}