Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceFactory ¶
type InterfaceFactory struct {
// contains filtered or unexported fields
}
func NewInterfaceFactory ¶
func NewInterfaceFactory(t reflect.Type) InterfaceFactory
func (*InterfaceFactory) PtrToStructField ¶
func (f *InterfaceFactory) PtrToStructField(any interface{}, field reflect.StructField) interface{}
takes interface{Struct, ptr=>struct}, returns interface{*FieldType, ptr=>&struct.field}
Click to show internal directories.
Click to hide internal directories.