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
}
每个表的结构的持久化结构
func (*Schema) RecordValue ¶
func (schema *Schema) RecordValue(dest interface{}) []interface{}
Click to show internal directories.
Click to hide internal directories.