blob: 2ad4f4621b5e2190f3c238b4216bd19d0f7099dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
)
// SchemaSchemaPropertyValueExtends returns true if PropertyValue extends from the
// other's type.
func SchemaSchemaPropertyValueExtends(other vocab.Type) bool {
return typepropertyvalue.SchemaPropertyValueExtends(other)
}
|