MCPcopy
hub / github.com/go-gorm/gorm / BindName

Method BindName

schema/field.go:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected