Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IObject ¶
type IObject interface { SetVirtualObject(virtual interface{}) GetVirtualObject() interface{} }
type SObject ¶
type SObject struct {
// contains filtered or unexported fields
}
func (*SObject) GetVirtualObject ¶
func (o *SObject) GetVirtualObject() interface{}
func (*SObject) SetVirtualObject ¶
func (o *SObject) SetVirtualObject(virtual interface{})
Click to show internal directories.
Click to hide internal directories.