Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamedType ¶
type NamedType struct {
	// contains filtered or unexported fields
}
    func TypeOfName ¶
type Object ¶
type Object struct {
	// contains filtered or unexported fields
}
    func (*Object) AttachField ¶
type ScalarType ¶
type ScalarType int
const ( TypeInt ScalarType = iota TypeFloat TypeString TypeBoolean TypeID )
func (ScalarType) Name ¶
func (t ScalarType) Name() string
 Click to show internal directories. 
   Click to hide internal directories.