gotosocial/vendor/github.com/superseriousbusiness/activity/streams/gen_pkg_jsonld_property_constructors.go
2021-11-13 17:29:43 +01:00

20 lines
637 B
Go

// Code generated by astool. DO NOT EDIT.
package streams
import (
propertyid "github.com/superseriousbusiness/activity/streams/impl/jsonld/property_id"
propertytype "github.com/superseriousbusiness/activity/streams/impl/jsonld/property_type"
vocab "github.com/superseriousbusiness/activity/streams/vocab"
)
// NewJSONLDJSONLDTypeProperty creates a new JSONLDTypeProperty
func NewJSONLDTypeProperty() vocab.JSONLDTypeProperty {
return propertytype.NewJSONLDTypeProperty()
}
// NewJSONLDJSONLDIdProperty creates a new JSONLDIdProperty
func NewJSONLDIdProperty() vocab.JSONLDIdProperty {
return propertyid.NewJSONLDIdProperty()
}