Changes
2 changed files (+2/-2)
-
-
@@ -187,7 +187,7 @@ func (o OrderedCollection) IsObject() bool {} // Collection returns the underlying Collection type func (o *OrderedCollection) Collection() ItemCollection { func (o OrderedCollection) Collection() ItemCollection { return o.OrderedItems }
-
-
-
@@ -154,7 +154,7 @@ func (o OrderedCollectionPage) GetLink() IRI {} // Collection returns the underlying Collection type func (o *OrderedCollectionPage) Collection() ItemCollection { func (o OrderedCollectionPage) Collection() ItemCollection { return o.OrderedItems }
-