Field contains field meta attributes all accessors need to extract the value.
| 66 | |
| 67 | // Field contains field meta attributes all accessors need to extract the value. |
| 68 | type Field struct { |
| 69 | Name fields.Field |
| 70 | Value string |
| 71 | Arg string |
| 72 | } |
| 73 | |
| 74 | func (f *Field) String() string { |
| 75 | if f.Arg != "" { |
nothing calls this directly
no outgoing calls
no test coverage detected