Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ITableName ¶
type ITableName interface {
TableName() string
}
type Schema ¶
type Schema struct {
Model interface{}
Name string
Fields []*Field
FieldNames []string
// contains filtered or unexported fields
}
func (*Schema) ParseField ¶
func (s *Schema) ParseField(fieldStruct reflect.StructField) *Field
func (*Schema) RecordValues ¶
func (schema *Schema) RecordValues(dest interface{}) []interface{}
Click to show internal directories.
Click to hide internal directories.