Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Schema ¶
type Schema struct { Model interface{} Name string Fields []*Field FieldNames []string // contains filtered or unexported fields }
Schema represents a table of database
func (*Schema) RecordValues ¶
func (schema *Schema) RecordValues(dest interface{}) []interface{}
Values return the values of dest's member variables
Click to show internal directories.
Click to hide internal directories.