Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2026 Changes in this version + type ObjectPrototype struct + func NewObjectPrototype() *ObjectPrototype + func NewObjectPrototypeFromJson(json *string) *ObjectPrototype + func (r *ObjectPrototype) SetFieldType(fieldName string, ofType *objf.ObjectFieldType) + func (r ObjectPrototype) NewObject() *obj.Object + type ObjectPrototypeIfc interface + NewObject func() *obj.Object + SetFieldType func(fieldName string, ofType *objf.ObjectFieldType)