()
| 99 | } |
| 100 | |
| 101 | func (field *Field) BindName() string { |
| 102 | return strings.Join(field.BindNames, ".") |
| 103 | } |
| 104 | |
| 105 | // ParseField parses reflect.StructField to Field |
| 106 | func (schema *Schema) ParseField(fieldStruct reflect.StructField) *Field { |
no outgoing calls
no test coverage detected