()
| 1580 | } |
| 1581 | |
| 1582 | func (f *field) CustomHTTPConfig() (*FieldHTTPConfig, error) { |
| 1583 | return getCustomHTTPConfig(f, false) |
| 1584 | } |
| 1585 | |
| 1586 | func (f *field) EnumValues() []string { |
| 1587 | typ := f.Type() |
nothing calls this directly
no test coverage detected