diff options
Diffstat (limited to 'vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_schema_disjoint.go')
| -rw-r--r-- | vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_schema_disjoint.go | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_schema_disjoint.go b/vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_schema_disjoint.go new file mode 100644 index 000000000..5b92c9948 --- /dev/null +++ b/vendor/code.superseriousbusiness.org/activity/streams/gen_pkg_schema_disjoint.go @@ -0,0 +1,14 @@ +// Code generated by astool. DO NOT EDIT. + +package streams + +import ( + typepropertyvalue "code.superseriousbusiness.org/activity/streams/impl/schema/type_propertyvalue" + vocab "code.superseriousbusiness.org/activity/streams/vocab" +) + +// SchemaPropertyValueIsDisjointWith returns true if PropertyValue is disjoint +// with the other's type. +func SchemaPropertyValueIsDisjointWith(other vocab.Type) bool { + return typepropertyvalue.PropertyValueIsDisjointWith(other) +} |
