diff options
Diffstat (limited to 'vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_litepub_extends.go')
| -rw-r--r-- | vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_litepub_extends.go | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_litepub_extends.go b/vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_litepub_extends.go new file mode 100644 index 000000000..babc8e197 --- /dev/null +++ b/vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_litepub_extends.go @@ -0,0 +1,14 @@ +// Code generated by astool. DO NOT EDIT. + +package streams + +import ( + typeemojireact "code.superseriousbusiness.org/activity/streams/impl/litepub/type_emojireact" + vocab "code.superseriousbusiness.org/activity/streams/vocab" +) + +// LitePubLitePubEmojiReactExtends returns true if EmojiReact extends from the +// other's type. +func LitePubLitePubEmojiReactExtends(other vocab.Type) bool { + return typeemojireact.LitePubEmojiReactExtends(other) +} |
