Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectPrototype ¶
type ObjectPrototype struct {
// contains filtered or unexported fields
}
func NewObjectPrototypeFromJson ¶
func NewObjectPrototypeFromJson(json *string) *ObjectPrototype
Make a new one of these and initialize it from Json
func (ObjectPrototype) NewObject ¶
func (r ObjectPrototype) NewObject() *obj.Object
func (*ObjectPrototype) SetFieldType ¶
func (r *ObjectPrototype) SetFieldType(fieldName string, ofType *objf.ObjectFieldType)
type ObjectPrototypeIfc ¶
type ObjectPrototypeIfc interface {
SetFieldType(fieldName string, ofType *objf.ObjectFieldType)
NewObject() *obj.Object // TODO: change this to interface
}
Click to show internal directories.
Click to hide internal directories.