예제 #1
0
파일: pgsqlfat.go 프로젝트: metakeule/pgsql
func (r *Registry) FieldOf(ff *fat.Field) *Field {
	return r.Field(ff.StructType(), ff.Name())
}